Skip to content

Commit 4e4ca0f

Browse files
Update to version 1.4.5
- Update version and build number settings - Update ReadMe for 1.4.5
1 parent 7d37f42 commit 4e4ca0f

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

BuildSettingExtractor.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -541,11 +541,11 @@
541541
CODE_SIGN_ENTITLEMENTS = BuildSettingExtractor/BuildSettingExtractor.entitlements;
542542
CODE_SIGN_IDENTITY = "-";
543543
COMBINE_HIDPI_IMAGES = YES;
544-
CURRENT_PROJECT_VERSION = 20;
544+
CURRENT_PROJECT_VERSION = 21;
545545
DEAD_CODE_STRIPPING = YES;
546546
ENABLE_HARDENED_RUNTIME = YES;
547547
INFOPLIST_FILE = "BuildSettingExtractor/BuildSettingExtractor-Info.plist";
548-
MARKETING_VERSION = 1.4.4;
548+
MARKETING_VERSION = 1.4.5;
549549
PRODUCT_BUNDLE_IDENTIFIER = "net.tapas-software.${PRODUCT_NAME:rfc1034identifier}";
550550
PRODUCT_NAME = "$(TARGET_NAME)";
551551
WRAPPER_EXTENSION = app;
@@ -560,11 +560,11 @@
560560
CODE_SIGN_IDENTITY = "-";
561561
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
562562
COMBINE_HIDPI_IMAGES = YES;
563-
CURRENT_PROJECT_VERSION = 20;
563+
CURRENT_PROJECT_VERSION = 21;
564564
DEAD_CODE_STRIPPING = YES;
565565
ENABLE_HARDENED_RUNTIME = YES;
566566
INFOPLIST_FILE = "BuildSettingExtractor/BuildSettingExtractor-Info.plist";
567-
MARKETING_VERSION = 1.4.4;
567+
MARKETING_VERSION = 1.4.5;
568568
PRODUCT_BUNDLE_IDENTIFIER = "net.tapas-software.${PRODUCT_NAME:rfc1034identifier}";
569569
PRODUCT_NAME = "$(TARGET_NAME)";
570570
WRAPPER_EXTENSION = app;

ReadMe.md

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

5454
### Version History ###
5555

56+
*Version 1.4.5*
57+
*Sep 13, 2022*
58+
59+
– Updated to extract build settings from Xcode 14.0-compatible project files.
60+
– Added grouping to conditional build setting generation.
61+
- Updated URL in generated files.
62+
– Tested on macOS 12.5.1 Monterey, Apple Silicon.
63+
– Built with Xcode 14.0 on macOS 12.5.1 Monterey.
64+
65+
5666
*Version 1.4.4*
5767
*May 7, 2022*
5868

5969
– Updated list of build setting info files for Xcode 13.3 and later.
60-
Add backstop entry for SWIFT_VERSION build setting.
70+
Added backstop entry for SWIFT_VERSION build setting.
6171
– Tested on macOS 12.3.1 Monterey, Apple Silicon.
6272
– Built with Xcode 13.3.1 on macOS 12.3.1 Monterey.
6373

0 commit comments

Comments
 (0)