Skip to content

Commit 847c974

Browse files
Update to version 1.4.4
- Update version and build number settings - Update ReadMe for 1.4.4
1 parent a8b23e2 commit 847c974

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

BuildSettingExtractor.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -539,10 +539,10 @@
539539
CODE_SIGN_ENTITLEMENTS = BuildSettingExtractor/BuildSettingExtractor.entitlements;
540540
CODE_SIGN_IDENTITY = "-";
541541
COMBINE_HIDPI_IMAGES = YES;
542-
CURRENT_PROJECT_VERSION = 19;
542+
CURRENT_PROJECT_VERSION = 20;
543543
ENABLE_HARDENED_RUNTIME = YES;
544544
INFOPLIST_FILE = "BuildSettingExtractor/BuildSettingExtractor-Info.plist";
545-
MARKETING_VERSION = 1.4.3;
545+
MARKETING_VERSION = 1.4.4;
546546
PRODUCT_BUNDLE_IDENTIFIER = "net.tapas-software.${PRODUCT_NAME:rfc1034identifier}";
547547
PRODUCT_NAME = "$(TARGET_NAME)";
548548
WRAPPER_EXTENSION = app;
@@ -556,10 +556,10 @@
556556
CODE_SIGN_ENTITLEMENTS = BuildSettingExtractor/BuildSettingExtractor.entitlements;
557557
CODE_SIGN_IDENTITY = "-";
558558
COMBINE_HIDPI_IMAGES = YES;
559-
CURRENT_PROJECT_VERSION = 19;
559+
CURRENT_PROJECT_VERSION = 20;
560560
ENABLE_HARDENED_RUNTIME = YES;
561561
INFOPLIST_FILE = "BuildSettingExtractor/BuildSettingExtractor-Info.plist";
562-
MARKETING_VERSION = 1.4.3;
562+
MARKETING_VERSION = 1.4.4;
563563
PRODUCT_BUNDLE_IDENTIFIER = "net.tapas-software.${PRODUCT_NAME:rfc1034identifier}";
564564
PRODUCT_NAME = "$(TARGET_NAME)";
565565
WRAPPER_EXTENSION = app;

ReadMe.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,16 @@ These comments can be turned off in the Preferences window for a more compact fi
5353

5454
### Version History ###
5555

56-
*Version 1.4.3*
56+
*Version 1.4.4*
57+
*May 7, 2022*
58+
59+
– Updated list of build setting info files for Xcode 13.3 and later.
60+
- Add backstop entry for SWIFT_VERSION build setting.
61+
– Tested on macOS 12.3.1 Monterey, Apple Silicon.
62+
– Built with Xcode 12.5.1 on macOS 12.3.1 Monterey.
63+
64+
65+
*Version 1.4.3*
5766
*Oct 21, 2021*
5867

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

0 commit comments

Comments
 (0)