Skip to content

Commit

Permalink
Update to version 1.4
Browse files Browse the repository at this point in the history
- Update version and build number settings
- Update ReadMe for 1.4
  • Loading branch information
dempseyatgithub committed May 17, 2020
1 parent 28b3cd7 commit 57a8a2f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 5 deletions.
8 changes: 4 additions & 4 deletions BuildSettingExtractor.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -532,10 +532,10 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = BuildSettingExtractor/BuildSettingExtractor.entitlements;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 15;
CURRENT_PROJECT_VERSION = 16;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = "BuildSettingExtractor/BuildSettingExtractor-Info.plist";
MARKETING_VERSION = 1.3.2;
MARKETING_VERSION = 1.4;
PRODUCT_BUNDLE_IDENTIFIER = "net.tapas-software.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
Expand All @@ -548,10 +548,10 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = BuildSettingExtractor/BuildSettingExtractor.entitlements;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 15;
CURRENT_PROJECT_VERSION = 16;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = "BuildSettingExtractor/BuildSettingExtractor-Info.plist";
MARKETING_VERSION = 1.3.2;
MARKETING_VERSION = 1.4;
PRODUCT_BUNDLE_IDENTIFIER = "net.tapas-software.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
Expand Down
21 changes: 20 additions & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,32 @@ The generated xcconfig files include build setting explanations gleaned from Xco

INFOPLIST_FILE = BuildSettingExtractorTests/BuildSettingExtractorTests-Info.plist

These comments can be turned off in the Preferences sheet for a more compact file:
These comments can be turned off in the Preferences window for a more compact file:

FRAMEWORK_SEARCH_PATHS = $(DEVELOPER_FRAMEWORKS_DIR) $(inherited)
INFOPLIST_FILE = BuildSettingExtractorTests/BuildSettingExtractorTests-Info.plist

### Version History ###

*Version 1.4*
*May 17, 2020*

– Moved preferences from a sheet to a separate window.
– Added preference to generate xcconfig files in folders grouped by target.
– Added preference to group project xcconfig files in a folder.
– Added preference to set name of folder enclosing all generated xcconfig files.
– Folder enclosing generated xcconfig files is named according to preference value.
– Added preference to automatically save generated files in same folder as source project.
– Added preference for line spacing between settings.
– Added preference for aligning build setting values.
– Added a preview to each preference pane.
– Added Close command to the File menu.
– Added shared xcscheme file to allow Xcode Server usage.
– Updated list of build setting info files for Xcode 11.4.
– Updated minimum macOS deployment target to 10.14.
– Tested on macOS 10.15.4 Catalina.
– Built with Xcode 11.4.1 on macOS 10.15.4 Catalina.

*Version 1.3.2*
*Oct 13, 2019*

Expand Down

0 comments on commit 57a8a2f

Please sign in to comment.