Skip to content

Commit 0d11018

Browse files
Update to version 1.3.1
- Update version and build number build settings - Update ReadMe for 1.3.1
1 parent adf1368 commit 0d11018

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

BuildSettingExtractor.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -443,11 +443,11 @@
443443
buildSettings = {
444444
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
445445
COMBINE_HIDPI_IMAGES = YES;
446-
CURRENT_PROJECT_VERSION = 13;
446+
CURRENT_PROJECT_VERSION = 14;
447447
GCC_PRECOMPILE_PREFIX_HEADER = YES;
448448
GCC_PREFIX_HEADER = "BuildSettingExtractor/BuildSettingExtractor-Prefix.pch";
449449
INFOPLIST_FILE = "BuildSettingExtractor/BuildSettingExtractor-Info.plist";
450-
MARKETING_VERSION = 1.3;
450+
MARKETING_VERSION = 1.3.1;
451451
PRODUCT_BUNDLE_IDENTIFIER = "net.tapas-software.${PRODUCT_NAME:rfc1034identifier}";
452452
PRODUCT_NAME = "$(TARGET_NAME)";
453453
WRAPPER_EXTENSION = app;
@@ -459,11 +459,11 @@
459459
buildSettings = {
460460
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
461461
COMBINE_HIDPI_IMAGES = YES;
462-
CURRENT_PROJECT_VERSION = 13;
462+
CURRENT_PROJECT_VERSION = 14;
463463
GCC_PRECOMPILE_PREFIX_HEADER = YES;
464464
GCC_PREFIX_HEADER = "BuildSettingExtractor/BuildSettingExtractor-Prefix.pch";
465465
INFOPLIST_FILE = "BuildSettingExtractor/BuildSettingExtractor-Info.plist";
466-
MARKETING_VERSION = 1.3;
466+
MARKETING_VERSION = 1.3.1;
467467
PRODUCT_BUNDLE_IDENTIFIER = "net.tapas-software.${PRODUCT_NAME:rfc1034identifier}";
468468
PRODUCT_NAME = "$(TARGET_NAME)";
469469
WRAPPER_EXTENSION = app;

ReadMe.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,19 @@ These comments can be turned off in the Preferences sheet for a more compact fil
5151

5252
### Version History ###
5353

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+
5467
*Version 1.3*
5568
*Sep 25, 2018*
5669

0 commit comments

Comments
 (0)