Skip to content

Commit

Permalink
Update to version 1.4.4
Browse files Browse the repository at this point in the history
- Update version and build number settings
- Update ReadMe for 1.4.4
  • Loading branch information
dempseyatgithub committed May 7, 2022
1 parent a8b23e2 commit 847c974
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 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 = 19;
CURRENT_PROJECT_VERSION = 20;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = "BuildSettingExtractor/BuildSettingExtractor-Info.plist";
MARKETING_VERSION = 1.4.3;
MARKETING_VERSION = 1.4.4;
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 = 19;
CURRENT_PROJECT_VERSION = 20;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = "BuildSettingExtractor/BuildSettingExtractor-Info.plist";
MARKETING_VERSION = 1.4.3;
MARKETING_VERSION = 1.4.4;
PRODUCT_BUNDLE_IDENTIFIER = "net.tapas-software.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
Expand Down
11 changes: 10 additions & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,16 @@ These comments can be turned off in the Preferences window for a more compact fi

### Version History ###

*Version 1.4.3*
*Version 1.4.4*
*May 7, 2022*

– Updated list of build setting info files for Xcode 13.3 and later.
- Add backstop entry for SWIFT_VERSION build setting.
– Tested on macOS 12.3.1 Monterey, Apple Silicon.
– Built with Xcode 12.5.1 on macOS 12.3.1 Monterey.


*Version 1.4.3*
*Oct 21, 2021*

– Updated to extract build settings from Xcode 13.0-compatible project files.
Expand Down

0 comments on commit 847c974

Please sign in to comment.