File tree 2 files changed +20
-4
lines changed
2 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 484
484
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
485
485
CODE_SIGN_ENTITLEMENTS = BuildSettingExtractor/BuildSettingExtractor.entitlements;
486
486
COMBINE_HIDPI_IMAGES = YES;
487
- CURRENT_PROJECT_VERSION = 14 ;
487
+ CURRENT_PROJECT_VERSION = 15 ;
488
488
ENABLE_HARDENED_RUNTIME = YES;
489
489
INFOPLIST_FILE = "BuildSettingExtractor/BuildSettingExtractor-Info.plist";
490
- MARKETING_VERSION = 1.3.1 ;
490
+ MARKETING_VERSION = 1.3.2 ;
491
491
PRODUCT_BUNDLE_IDENTIFIER = "net.tapas-software.${PRODUCT_NAME:rfc1034identifier}";
492
492
PRODUCT_NAME = "$(TARGET_NAME)";
493
493
WRAPPER_EXTENSION = app;
500
500
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
501
501
CODE_SIGN_ENTITLEMENTS = BuildSettingExtractor/BuildSettingExtractor.entitlements;
502
502
COMBINE_HIDPI_IMAGES = YES;
503
- CURRENT_PROJECT_VERSION = 14 ;
503
+ CURRENT_PROJECT_VERSION = 15 ;
504
504
ENABLE_HARDENED_RUNTIME = YES;
505
505
INFOPLIST_FILE = "BuildSettingExtractor/BuildSettingExtractor-Info.plist";
506
- MARKETING_VERSION = 1.3.1 ;
506
+ MARKETING_VERSION = 1.3.2 ;
507
507
PRODUCT_BUNDLE_IDENTIFIER = "net.tapas-software.${PRODUCT_NAME:rfc1034identifier}";
508
508
PRODUCT_NAME = "$(TARGET_NAME)";
509
509
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 sheet for a more compact fil
51
51
52
52
### Version History ###
53
53
54
+ * Version 1.3.2*
55
+ * Oct 13, 2019*
56
+
57
+ – Spaces are now replaced with separator in generated xcconfig file names.
58
+ – Added BSE-CodeSigning.xcconfig file to store easily accessible code signing settings.
59
+ – Enabled hardened runtime to allow app notarization.
60
+ – Enabled sandboxing with entitlement for read-write access to user-selected files.
61
+ – Added support for Xcode beta as build setting info souce.
62
+ – Added error reporting if no build setting info source is found.
63
+ – Refactored error creation, handling and presentation.
64
+ – Refactored AppKit-dependent category methods into separate file.
65
+ – Removed precompiled headers.
66
+ – Moved to explicit @import statements.
67
+ – Tested on macOS 10.15 Catalina.
68
+ – Built with Xcode 11.1 on macOS 10.14.6 Mojave.
69
+
54
70
* Version 1.3.1*
55
71
* Sep 15, 2019*
56
72
You can’t perform that action at this time.
0 commit comments