Skip to content

Commit 7d61c53

Browse files
committed
Merge branch 'release/1.1.1'
2 parents 0412e76 + 5d82221 commit 7d61c53

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

LiveDiag.xcodeproj/project.pbxproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,8 +338,9 @@
338338
GCC_WARN_ABOUT_RETURN_TYPE = YES;
339339
GCC_WARN_UNINITIALIZED_AUTOS = YES;
340340
GCC_WARN_UNUSED_VARIABLE = YES;
341-
MACOSX_DEPLOYMENT_TARGET = 10.8;
341+
MACOSX_DEPLOYMENT_TARGET = 10.7;
342342
ONLY_ACTIVE_ARCH = YES;
343+
OTHER_CODE_SIGN_FLAGS = "";
343344
SDKROOT = macosx;
344345
};
345346
name = Debug;
@@ -365,7 +366,8 @@
365366
GCC_WARN_ABOUT_RETURN_TYPE = YES;
366367
GCC_WARN_UNINITIALIZED_AUTOS = YES;
367368
GCC_WARN_UNUSED_VARIABLE = YES;
368-
MACOSX_DEPLOYMENT_TARGET = 10.8;
369+
MACOSX_DEPLOYMENT_TARGET = 10.7;
370+
OTHER_CODE_SIGN_FLAGS = "";
369371
SDKROOT = macosx;
370372
};
371373
name = Release;

LiveDiag/LiveDiag-Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<key>CFBundlePackageType</key>
3939
<string>APPL</string>
4040
<key>CFBundleShortVersionString</key>
41-
<string>1.1.0</string>
41+
<string>1.1.1</string>
4242
<key>CFBundleSignature</key>
4343
<string>????</string>
4444
<key>CFBundleVersion</key>

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ all block code from [blockdiag.com](http://blockdiag.com/). Thanks!!
1414

1515
## Platform
1616

17-
- Mac OS 10.8+
17+
- Mac OS 10.7+
1818

1919
## Requirement
2020

@@ -26,10 +26,11 @@ all block code from [blockdiag.com](http://blockdiag.com/). Thanks!!
2626
## Installation
2727
1. Install [blockdiag](http://blockdiag.com/ja/blockdiag/introduction.html#macosx-macports), [seqdiag](http://blockdiag.com/ja/seqdiag/introduction.html#setup), [actdiag](http://blockdiag.com/ja/actdiag/introduction.html#setup) and [nwdiag|rackdiag](http://blockdiag.com/ja/nwdiag/introduction.html#setup)
2828

29-
2. Download [LiveDiag.app](https://github.com/dataich/LiveDiag/releases/download/1.1.0/LiveDiag.app.zip) and place it to /Applications
29+
2. Download [LiveDiag.app](https://github.com/dataich/LiveDiag/releases/download/1.1.1/LiveDiag.app.zip) and place it to /Applications
3030

3131
## Release
3232

33+
- [1.1.1](https://github.com/dataich/LiveDiag/releases/tag/1.1.1)
3334
- [1.1.0](https://github.com/dataich/LiveDiag/releases/tag/1.1.0)
3435
- [1.0.0](https://github.com/dataich/LiveDiag/releases/tag/1.0.0)
3536

0 commit comments

Comments
 (0)