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 532
532
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
533
533
CODE_SIGN_ENTITLEMENTS = BuildSettingExtractor/BuildSettingExtractor.entitlements;
534
534
COMBINE_HIDPI_IMAGES = YES;
535
- CURRENT_PROJECT_VERSION = 15 ;
535
+ CURRENT_PROJECT_VERSION = 16 ;
536
536
ENABLE_HARDENED_RUNTIME = YES;
537
537
INFOPLIST_FILE = "BuildSettingExtractor/BuildSettingExtractor-Info.plist";
538
- MARKETING_VERSION = 1.3.2 ;
538
+ MARKETING_VERSION = 1.4 ;
539
539
PRODUCT_BUNDLE_IDENTIFIER = "net.tapas-software.${PRODUCT_NAME:rfc1034identifier}";
540
540
PRODUCT_NAME = "$(TARGET_NAME)";
541
541
WRAPPER_EXTENSION = app;
548
548
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
549
549
CODE_SIGN_ENTITLEMENTS = BuildSettingExtractor/BuildSettingExtractor.entitlements;
550
550
COMBINE_HIDPI_IMAGES = YES;
551
- CURRENT_PROJECT_VERSION = 15 ;
551
+ CURRENT_PROJECT_VERSION = 16 ;
552
552
ENABLE_HARDENED_RUNTIME = YES;
553
553
INFOPLIST_FILE = "BuildSettingExtractor/BuildSettingExtractor-Info.plist";
554
- MARKETING_VERSION = 1.3.2 ;
554
+ MARKETING_VERSION = 1.4 ;
555
555
PRODUCT_BUNDLE_IDENTIFIER = "net.tapas-software.${PRODUCT_NAME:rfc1034identifier}";
556
556
PRODUCT_NAME = "$(TARGET_NAME)";
557
557
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
44
44
45
45
INFOPLIST_FILE = BuildSettingExtractorTests/BuildSettingExtractorTests-Info.plist
46
46
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:
48
48
49
49
FRAMEWORK_SEARCH_PATHS = $(DEVELOPER_FRAMEWORKS_DIR) $(inherited)
50
50
INFOPLIST_FILE = BuildSettingExtractorTests/BuildSettingExtractorTests-Info.plist
51
51
52
52
### Version History ###
53
53
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
+
54
73
* Version 1.3.2*
55
74
* Oct 13, 2019*
56
75
You can’t perform that action at this time.
0 commit comments