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 484484 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
485485 CODE_SIGN_ENTITLEMENTS = BuildSettingExtractor/BuildSettingExtractor.entitlements;
486486 COMBINE_HIDPI_IMAGES = YES;
487- CURRENT_PROJECT_VERSION = 14 ;
487+ CURRENT_PROJECT_VERSION = 15 ;
488488 ENABLE_HARDENED_RUNTIME = YES;
489489 INFOPLIST_FILE = "BuildSettingExtractor/BuildSettingExtractor-Info.plist";
490- MARKETING_VERSION = 1.3.1 ;
490+ MARKETING_VERSION = 1.3.2 ;
491491 PRODUCT_BUNDLE_IDENTIFIER = "net.tapas-software.${PRODUCT_NAME:rfc1034identifier}";
492492 PRODUCT_NAME = "$(TARGET_NAME)";
493493 WRAPPER_EXTENSION = app;
500500 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
501501 CODE_SIGN_ENTITLEMENTS = BuildSettingExtractor/BuildSettingExtractor.entitlements;
502502 COMBINE_HIDPI_IMAGES = YES;
503- CURRENT_PROJECT_VERSION = 14 ;
503+ CURRENT_PROJECT_VERSION = 15 ;
504504 ENABLE_HARDENED_RUNTIME = YES;
505505 INFOPLIST_FILE = "BuildSettingExtractor/BuildSettingExtractor-Info.plist";
506- MARKETING_VERSION = 1.3.1 ;
506+ MARKETING_VERSION = 1.3.2 ;
507507 PRODUCT_BUNDLE_IDENTIFIER = "net.tapas-software.${PRODUCT_NAME:rfc1034identifier}";
508508 PRODUCT_NAME = "$(TARGET_NAME)";
509509 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
5151
5252### Version History ###
5353
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+
5470* Version 1.3.1*
5571* Sep 15, 2019*
5672
You can’t perform that action at this time.
0 commit comments