File tree Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 539539 CODE_SIGN_ENTITLEMENTS = BuildSettingExtractor/BuildSettingExtractor.entitlements;
540540 CODE_SIGN_IDENTITY = "-";
541541 COMBINE_HIDPI_IMAGES = YES;
542- CURRENT_PROJECT_VERSION = 17 ;
542+ CURRENT_PROJECT_VERSION = 18 ;
543543 ENABLE_HARDENED_RUNTIME = YES;
544544 INFOPLIST_FILE = "BuildSettingExtractor/BuildSettingExtractor-Info.plist";
545- MARKETING_VERSION = 1.4.1 ;
545+ MARKETING_VERSION = 1.4.2 ;
546546 PRODUCT_BUNDLE_IDENTIFIER = "net.tapas-software.${PRODUCT_NAME:rfc1034identifier}";
547547 PRODUCT_NAME = "$(TARGET_NAME)";
548548 WRAPPER_EXTENSION = app;
556556 CODE_SIGN_ENTITLEMENTS = BuildSettingExtractor/BuildSettingExtractor.entitlements;
557557 CODE_SIGN_IDENTITY = "-";
558558 COMBINE_HIDPI_IMAGES = YES;
559- CURRENT_PROJECT_VERSION = 17 ;
559+ CURRENT_PROJECT_VERSION = 18 ;
560560 ENABLE_HARDENED_RUNTIME = YES;
561561 INFOPLIST_FILE = "BuildSettingExtractor/BuildSettingExtractor-Info.plist";
562- MARKETING_VERSION = 1.4.1 ;
562+ MARKETING_VERSION = 1.4.2 ;
563563 PRODUCT_BUNDLE_IDENTIFIER = "net.tapas-software.${PRODUCT_NAME:rfc1034identifier}";
564564 PRODUCT_NAME = "$(TARGET_NAME)";
565565 WRAPPER_EXTENSION = app;
Original file line number Diff line number Diff line change @@ -51,6 +51,22 @@ These comments can be turned off in the Preferences window for a more compact fi
5151
5252### Version History ###
5353
54+ * Version 1.4.2*
55+ * Nov 14, 2020*
56+
57+ – Added native Apple Silicon support.
58+ – Updated app icon to follow macOS 11 Big Sur guidelines.
59+ – Updated icons in preferences window for macOS 11 Big Sur.
60+ – Fixed row spacing issue when building with Xcode 12 and later.
61+ – Updated list of build setting description files for Metal compiler and linker.
62+ – Updated to extract build settings from Xcode 11.4-compatible project files.
63+ – Added documentation for the BuildSettingInfoSubpaths.plist file.
64+ – Updated copyright notice.
65+ – Tested on macOS 10.14.6 Mojave.
66+ – Tested on macOS 10.15.7 Catalina.
67+ – Tested on macOS 11.0.1 Big Sur, Apple Silicon.
68+ – Built with Xcode 12.2 on macOS 10.15.7 Catalina.
69+
5470* Version 1.4.1*
5571* Aug 3, 2020*
5672
You can’t perform that action at this time.
0 commit comments