File tree Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 443
443
buildSettings = {
444
444
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
445
445
COMBINE_HIDPI_IMAGES = YES;
446
- CURRENT_PROJECT_VERSION = 13 ;
446
+ CURRENT_PROJECT_VERSION = 14 ;
447
447
GCC_PRECOMPILE_PREFIX_HEADER = YES;
448
448
GCC_PREFIX_HEADER = "BuildSettingExtractor/BuildSettingExtractor-Prefix.pch";
449
449
INFOPLIST_FILE = "BuildSettingExtractor/BuildSettingExtractor-Info.plist";
450
- MARKETING_VERSION = 1.3;
450
+ MARKETING_VERSION = 1.3.1 ;
451
451
PRODUCT_BUNDLE_IDENTIFIER = "net.tapas-software.${PRODUCT_NAME:rfc1034identifier}";
452
452
PRODUCT_NAME = "$(TARGET_NAME)";
453
453
WRAPPER_EXTENSION = app;
459
459
buildSettings = {
460
460
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
461
461
COMBINE_HIDPI_IMAGES = YES;
462
- CURRENT_PROJECT_VERSION = 13 ;
462
+ CURRENT_PROJECT_VERSION = 14 ;
463
463
GCC_PRECOMPILE_PREFIX_HEADER = YES;
464
464
GCC_PREFIX_HEADER = "BuildSettingExtractor/BuildSettingExtractor-Prefix.pch";
465
465
INFOPLIST_FILE = "BuildSettingExtractor/BuildSettingExtractor-Info.plist";
466
- MARKETING_VERSION = 1.3;
466
+ MARKETING_VERSION = 1.3.1 ;
467
467
PRODUCT_BUNDLE_IDENTIFIER = "net.tapas-software.${PRODUCT_NAME:rfc1034identifier}";
468
468
PRODUCT_NAME = "$(TARGET_NAME)";
469
469
WRAPPER_EXTENSION = app;
Original file line number Diff line number Diff line change @@ -51,6 +51,19 @@ These comments can be turned off in the Preferences sheet for a more compact fil
51
51
52
52
### Version History ###
53
53
54
+ * Version 1.3.1*
55
+ * Sep 15, 2019*
56
+
57
+ – Updated to extract build settings from Xcode 10.0-compatible project files.
58
+ – Add mechanism for handling deprecated build setting info files.
59
+ – Update list of build setting info files for Xcode 11.
60
+ – Add test to ensure build setting info files load without error.
61
+ – Process Markdown in build setting options to plain text.
62
+ – Tested on macOS 10.14.6 with Xcode 11.
63
+ – Tested on macOS 10.15 Catalina beta 8.
64
+ – Built with Xcode 11.0 on macOS 10.14.6 Mojave.
65
+ - NOTE: The Xcode project file refuses to open in Xcode 11 GMc on macOS 10.15 Catalina beta 8.
66
+
54
67
* Version 1.3*
55
68
* Sep 25, 2018*
56
69
You can’t perform that action at this time.
0 commit comments