Skip to content

Commit

Permalink
Update to version 1.4.1
Browse files Browse the repository at this point in the history
- Update version and build number settings
- Update ReadMe for 1.4.1
  • Loading branch information
dempseyatgithub committed Aug 3, 2020
1 parent ee31539 commit 64b8119
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
8 changes: 4 additions & 4 deletions BuildSettingExtractor.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -534,10 +534,10 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = BuildSettingExtractor/BuildSettingExtractor.entitlements;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 16;
CURRENT_PROJECT_VERSION = 17;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = "BuildSettingExtractor/BuildSettingExtractor-Info.plist";
MARKETING_VERSION = 1.4;
MARKETING_VERSION = 1.4.1;
PRODUCT_BUNDLE_IDENTIFIER = "net.tapas-software.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
Expand All @@ -550,10 +550,10 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = BuildSettingExtractor/BuildSettingExtractor.entitlements;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 16;
CURRENT_PROJECT_VERSION = 17;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = "BuildSettingExtractor/BuildSettingExtractor-Info.plist";
MARKETING_VERSION = 1.4;
MARKETING_VERSION = 1.4.1;
PRODUCT_BUNDLE_IDENTIFIER = "net.tapas-software.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
Expand Down
14 changes: 14 additions & 0 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,20 @@ These comments can be turned off in the Preferences window for a more compact fi

### Version History ###

*Version 1.4.1*
*Aug 3, 2020*

– Added ability to drag Xcode project to app icon to extract settings.
– Added support for no word separator in generated file names.
– Added validation for text fields that should never be empty.
– Added mechanism for handling introduced build setting info files.
– Updated list of build setting info files for Xcode 12.0 beta.
– Updated to extract build settings from Xcode 12.0-compatible project files.
– Convert app scheme to use a test plan.
– Tested on macOS 10.15.5 Catalina.
– Tested on macOS 11.0 Big Sur beta 3.
– Built with Xcode 11.6 on macOS 10.15.5 Catalina.

*Version 1.4*
*May 17, 2020*

Expand Down

0 comments on commit 64b8119

Please sign in to comment.