Skip to content

Commit 6b8dff7

Browse files
Update version to 1.2.7
- Update version and build number in plist file - Update copyright date in plist file - Update ReadMe for 1.2.7
1 parent d67c9fb commit 6b8dff7

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

BuildSettingExtractor/BuildSettingExtractor-Info.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.2.6</string>
20+
<string>1.2.7</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>10</string>
24+
<string>11</string>
2525
<key>LSMinimumSystemVersion</key>
2626
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
2727
<key>NSHumanReadableCopyright</key>
28-
<string>Copyright © 2014-2017 Tapas Software. All rights reserved.</string>
28+
<string>Copyright © 2014-2018 Tapas Software. All rights reserved.</string>
2929
<key>NSMainNibFile</key>
3030
<string>MainMenu</string>
3131
<key>NSPrincipalClass</key>

ReadMe.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,15 @@ These comments can be turned off in the Preferences sheet for a more compact fil
5151

5252
### Version History ###
5353

54+
*Version 1.2.7*
55+
*Aug 19, 2018*
56+
57+
– Added alert to notify users if the selected project contains no build settings.
58+
– Added names and descriptions for some common settings without info.
59+
– Updated to extract build settings from Xcode 9.3-compatible project files.
60+
– Updated to extract build settings from Xcode 10.0-compatible project files. (Tested with beta 6.)
61+
– Made changes to prepare for Mojave Dark Mode.
62+
5463
*Version 1.2.6*
5564
*Nov 3, 2017*
5665

0 commit comments

Comments
 (0)