Skip to content

Commit

Permalink
Update to version 1.2.8
Browse files Browse the repository at this point in the history
- Update version and build number in plist file
- Update ReadMe for 1.2.8
- Last version to build cleanly on macOS 10.13 and earlier
- Closes #29
  • Loading branch information
dempseyatgithub committed Sep 24, 2018
1 parent 7876e83 commit 36ec49b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BuildSettingExtractor/BuildSettingExtractor-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.2.7</string>
<string>1.2.8</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>11</string>
<string>12</string>
<key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSHumanReadableCopyright</key>
Expand Down
9 changes: 9 additions & 0 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,15 @@ These comments can be turned off in the Preferences sheet for a more compact fil

### Version History ###

*Version 1.2.8*
*Sep 24, 2018*

– Updated list of build setting description files to include Apple Clang file.
– Fixed crash when xcspec file was not found when reading build setting descriptions.
– Tested Xcode 10.0-compatible project files with Xcode 10.
– Tested build setting descriptions with Xcode 10.
– This the last version that will build cleanly on macOS 10.13 and earlier.

*Version 1.2.7*
*Aug 19, 2018*

Expand Down

0 comments on commit 36ec49b

Please sign in to comment.