Skip to content

Commit 65d70e6

Browse files
Update to version 1.4.6
- Update version and build number settings - Update ReadMe for 1.4.6 - Update copyright for 2023
1 parent de8b263 commit 65d70e6

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

BuildSettingExtractor.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -553,11 +553,11 @@
553553
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
554554
CODE_SIGN_ENTITLEMENTS = BuildSettingExtractor/BuildSettingExtractor.entitlements;
555555
COMBINE_HIDPI_IMAGES = YES;
556-
CURRENT_PROJECT_VERSION = 21;
556+
CURRENT_PROJECT_VERSION = 22;
557557
DEAD_CODE_STRIPPING = YES;
558558
ENABLE_HARDENED_RUNTIME = NO;
559559
INFOPLIST_FILE = "BuildSettingExtractor/BuildSettingExtractor-Info.plist";
560-
MARKETING_VERSION = 1.4.5;
560+
MARKETING_VERSION = 1.4.6;
561561
PRODUCT_NAME = "$(TARGET_NAME)";
562562
WRAPPER_EXTENSION = app;
563563
};
@@ -570,11 +570,11 @@
570570
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
571571
CODE_SIGN_ENTITLEMENTS = BuildSettingExtractor/BuildSettingExtractor.entitlements;
572572
COMBINE_HIDPI_IMAGES = YES;
573-
CURRENT_PROJECT_VERSION = 21;
573+
CURRENT_PROJECT_VERSION = 22;
574574
DEAD_CODE_STRIPPING = YES;
575575
ENABLE_HARDENED_RUNTIME = YES;
576576
INFOPLIST_FILE = "BuildSettingExtractor/BuildSettingExtractor-Info.plist";
577-
MARKETING_VERSION = 1.4.5;
577+
MARKETING_VERSION = 1.4.6;
578578
PRODUCT_NAME = "$(TARGET_NAME)";
579579
WRAPPER_EXTENSION = app;
580580
};

BuildSettingExtractor/BuildSettingExtractor-Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<key>LSMinimumSystemVersion</key>
4343
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
4444
<key>NSHumanReadableCopyright</key>
45-
<string>Copyright © 2014-2022 Tapas Software. All rights reserved.</string>
45+
<string>Copyright © 2014-2023 Tapas Software. All rights reserved.</string>
4646
<key>NSMainNibFile</key>
4747
<string>MainMenu</string>
4848
<key>NSPrincipalClass</key>

ReadMe.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,15 @@ These comments can be turned off in the Preferences window for a more compact fi
5353

5454
### Version History ###
5555

56+
*Version 1.4.6*
57+
*Jun 12, 2023*
58+
59+
– Updated to extract build settings from Xcode 15.0-compatible project files.
60+
– Updated list of build setting info files.
61+
– Tested on macOS 13.4 Ventura, Apple Silicon.
62+
– Built with Xcode 14.3 on macOS 12.4 Ventura.
63+
64+
5665
*Version 1.4.5*
5766
*Sep 13, 2022*
5867

0 commit comments

Comments
 (0)