File tree Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 534
534
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
535
535
CODE_SIGN_ENTITLEMENTS = BuildSettingExtractor/BuildSettingExtractor.entitlements;
536
536
COMBINE_HIDPI_IMAGES = YES;
537
- CURRENT_PROJECT_VERSION = 16 ;
537
+ CURRENT_PROJECT_VERSION = 17 ;
538
538
ENABLE_HARDENED_RUNTIME = YES;
539
539
INFOPLIST_FILE = "BuildSettingExtractor/BuildSettingExtractor-Info.plist";
540
- MARKETING_VERSION = 1.4;
540
+ MARKETING_VERSION = 1.4.1 ;
541
541
PRODUCT_BUNDLE_IDENTIFIER = "net.tapas-software.${PRODUCT_NAME:rfc1034identifier}";
542
542
PRODUCT_NAME = "$(TARGET_NAME)";
543
543
WRAPPER_EXTENSION = app;
550
550
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
551
551
CODE_SIGN_ENTITLEMENTS = BuildSettingExtractor/BuildSettingExtractor.entitlements;
552
552
COMBINE_HIDPI_IMAGES = YES;
553
- CURRENT_PROJECT_VERSION = 16 ;
553
+ CURRENT_PROJECT_VERSION = 17 ;
554
554
ENABLE_HARDENED_RUNTIME = YES;
555
555
INFOPLIST_FILE = "BuildSettingExtractor/BuildSettingExtractor-Info.plist";
556
- MARKETING_VERSION = 1.4;
556
+ MARKETING_VERSION = 1.4.1 ;
557
557
PRODUCT_BUNDLE_IDENTIFIER = "net.tapas-software.${PRODUCT_NAME:rfc1034identifier}";
558
558
PRODUCT_NAME = "$(TARGET_NAME)";
559
559
WRAPPER_EXTENSION = app;
Original file line number Diff line number Diff line change @@ -51,6 +51,20 @@ These comments can be turned off in the Preferences window for a more compact fi
51
51
52
52
### Version History ###
53
53
54
+ * Version 1.4.1*
55
+ * Aug 3, 2020*
56
+
57
+ – Added ability to drag Xcode project to app icon to extract settings.
58
+ – Added support for no word separator in generated file names.
59
+ – Added validation for text fields that should never be empty.
60
+ – Added mechanism for handling introduced build setting info files.
61
+ – Updated list of build setting info files for Xcode 12.0 beta.
62
+ – Updated to extract build settings from Xcode 12.0-compatible project files.
63
+ – Convert app scheme to use a test plan.
64
+ – Tested on macOS 10.15.5 Catalina.
65
+ – Tested on macOS 11.0 Big Sur beta 3.
66
+ – Built with Xcode 11.6 on macOS 10.15.5 Catalina.
67
+
54
68
* Version 1.4*
55
69
* May 17, 2020*
56
70
You can’t perform that action at this time.
0 commit comments