File tree Expand file tree Collapse file tree 2 files changed +24
-5
lines changed Expand file tree Collapse file tree 2 files changed +24
-5
lines changed Original file line number Diff line number Diff line change 532532 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
533533 CODE_SIGN_ENTITLEMENTS = BuildSettingExtractor/BuildSettingExtractor.entitlements;
534534 COMBINE_HIDPI_IMAGES = YES;
535- CURRENT_PROJECT_VERSION = 15 ;
535+ CURRENT_PROJECT_VERSION = 16 ;
536536 ENABLE_HARDENED_RUNTIME = YES;
537537 INFOPLIST_FILE = "BuildSettingExtractor/BuildSettingExtractor-Info.plist";
538- MARKETING_VERSION = 1.3.2 ;
538+ MARKETING_VERSION = 1.4 ;
539539 PRODUCT_BUNDLE_IDENTIFIER = "net.tapas-software.${PRODUCT_NAME:rfc1034identifier}";
540540 PRODUCT_NAME = "$(TARGET_NAME)";
541541 WRAPPER_EXTENSION = app;
548548 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
549549 CODE_SIGN_ENTITLEMENTS = BuildSettingExtractor/BuildSettingExtractor.entitlements;
550550 COMBINE_HIDPI_IMAGES = YES;
551- CURRENT_PROJECT_VERSION = 15 ;
551+ CURRENT_PROJECT_VERSION = 16 ;
552552 ENABLE_HARDENED_RUNTIME = YES;
553553 INFOPLIST_FILE = "BuildSettingExtractor/BuildSettingExtractor-Info.plist";
554- MARKETING_VERSION = 1.3.2 ;
554+ MARKETING_VERSION = 1.4 ;
555555 PRODUCT_BUNDLE_IDENTIFIER = "net.tapas-software.${PRODUCT_NAME:rfc1034identifier}";
556556 PRODUCT_NAME = "$(TARGET_NAME)";
557557 WRAPPER_EXTENSION = app;
Original file line number Diff line number Diff line change @@ -44,13 +44,32 @@ The generated xcconfig files include build setting explanations gleaned from Xco
4444
4545 INFOPLIST_FILE = BuildSettingExtractorTests/BuildSettingExtractorTests-Info.plist
4646
47- These comments can be turned off in the Preferences sheet for a more compact file:
47+ These comments can be turned off in the Preferences window for a more compact file:
4848
4949 FRAMEWORK_SEARCH_PATHS = $(DEVELOPER_FRAMEWORKS_DIR) $(inherited)
5050 INFOPLIST_FILE = BuildSettingExtractorTests/BuildSettingExtractorTests-Info.plist
5151
5252### Version History ###
5353
54+ * Version 1.4*
55+ * May 17, 2020*
56+
57+ – Moved preferences from a sheet to a separate window.
58+ – Added preference to generate xcconfig files in folders grouped by target.
59+ – Added preference to group project xcconfig files in a folder.
60+ – Added preference to set name of folder enclosing all generated xcconfig files.
61+ – Folder enclosing generated xcconfig files is named according to preference value.
62+ – Added preference to automatically save generated files in same folder as source project.
63+ – Added preference for line spacing between settings.
64+ – Added preference for aligning build setting values.
65+ – Added a preview to each preference pane.
66+ – Added Close command to the File menu.
67+ – Added shared xcscheme file to allow Xcode Server usage.
68+ – Updated list of build setting info files for Xcode 11.4.
69+ – Updated minimum macOS deployment target to 10.14.
70+ – Tested on macOS 10.15.4 Catalina.
71+ – Built with Xcode 11.4.1 on macOS 10.15.4 Catalina.
72+
5473* Version 1.3.2*
5574* Oct 13, 2019*
5675
You can’t perform that action at this time.
0 commit comments