Skip to content

Commit

Permalink
Update to version 1.4.3
Browse files Browse the repository at this point in the history
- Update version and build number settings
- Update ReadMe for 1.4.3
  • Loading branch information
dempseyatgithub committed Oct 21, 2021
1 parent 076aa90 commit 24432fd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
8 changes: 4 additions & 4 deletions BuildSettingExtractor.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -539,10 +539,10 @@
CODE_SIGN_ENTITLEMENTS = BuildSettingExtractor/BuildSettingExtractor.entitlements;
CODE_SIGN_IDENTITY = "-";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 18;
CURRENT_PROJECT_VERSION = 19;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = "BuildSettingExtractor/BuildSettingExtractor-Info.plist";
MARKETING_VERSION = 1.4.2;
MARKETING_VERSION = 1.4.3;
PRODUCT_BUNDLE_IDENTIFIER = "net.tapas-software.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
Expand All @@ -556,10 +556,10 @@
CODE_SIGN_ENTITLEMENTS = BuildSettingExtractor/BuildSettingExtractor.entitlements;
CODE_SIGN_IDENTITY = "-";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 18;
CURRENT_PROJECT_VERSION = 19;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = "BuildSettingExtractor/BuildSettingExtractor-Info.plist";
MARKETING_VERSION = 1.4.2;
MARKETING_VERSION = 1.4.3;
PRODUCT_BUNDLE_IDENTIFIER = "net.tapas-software.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
Expand Down
9 changes: 9 additions & 0 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,15 @@ These comments can be turned off in the Preferences window for a more compact fi

### Version History ###

*Version 1.4.3*
*Oct 21, 2021*

– Updated to extract build settings from Xcode 13.0-compatible project files.
– Tested on macOS macOS 11.6 Big Sur.
– Tested on macOS 12.0.1 Big Sur, Apple Silicon.
– Built with Xcode 12.5.1 on macOS 11.6 Big Sur.


*Version 1.4.2*
*Nov 14, 2020*

Expand Down

0 comments on commit 24432fd

Please sign in to comment.