Skip to content

Commit 166fef2

Browse files
Update version to 1.2.6
- Update version and build number in plist file. - Update ReadMe for 1.2.6
1 parent 14589bb commit 166fef2

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

BuildSettingExtractor/BuildSettingExtractor-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.2.5</string>
20+
<string>1.2.6</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>9</string>
24+
<string>10</string>
2525
<key>LSMinimumSystemVersion</key>
2626
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
2727
<key>NSHumanReadableCopyright</key>

ReadMe.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,17 @@ These comments can be turned off in the Preferences sheet for a more compact fil
5151

5252
### Version History ###
5353

54-
*Version 1.2.5*
54+
*Version 1.2.6*
55+
*Nov 3, 2017*
56+
57+
– Added menu item to choose Xcode project.
58+
– Removed unused menu items.
59+
– Added window minimum size.
60+
– Updated window with options more befitting a single-window app.
61+
– Improved support for reading build setting descriptions from xcspec files.
62+
– Updated list of build setting description files to include Swift xcspec file.
63+
64+
*Version 1.2.5*
5565
*Jun 13, 2017*
5666

5767
– Resolve possible naming conflict between generated project and target files.

0 commit comments

Comments
 (0)