Skip to content

Commit fffe5a3

Browse files
Update to version 1.3.2
- Update version and build number build settings - Update ReadMe for 1.3.2
1 parent cfd3c27 commit fffe5a3

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

Diff for: BuildSettingExtractor.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -484,10 +484,10 @@
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;
@@ -500,10 +500,10 @@
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;

Diff for: ReadMe.md

+16
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)