File tree Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 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;
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;
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments