Skip to content

Commit

Permalink
Update to version 1.4.8
Browse files Browse the repository at this point in the history
- Update version and build number settings
- Update ReadMe for 1.4.8
- Update copyright for 2025
  • Loading branch information
dempseyatgithub committed Dec 23, 2024
1 parent 841b1e5 commit bd95f3d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
8 changes: 4 additions & 4 deletions BuildSettingExtractor.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -553,11 +553,11 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = BuildSettingExtractor/BuildSettingExtractor.entitlements;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 23;
CURRENT_PROJECT_VERSION = 24;
DEAD_CODE_STRIPPING = YES;
ENABLE_HARDENED_RUNTIME = NO;
INFOPLIST_FILE = "BuildSettingExtractor/BuildSettingExtractor-Info.plist";
MARKETING_VERSION = 1.4.7;
MARKETING_VERSION = 1.4.8;
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
Expand All @@ -570,11 +570,11 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = BuildSettingExtractor/BuildSettingExtractor.entitlements;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 23;
CURRENT_PROJECT_VERSION = 24;
DEAD_CODE_STRIPPING = YES;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = "BuildSettingExtractor/BuildSettingExtractor-Info.plist";
MARKETING_VERSION = 1.4.7;
MARKETING_VERSION = 1.4.8;
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
Expand Down
2 changes: 1 addition & 1 deletion BuildSettingExtractor/BuildSettingExtractor-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2014-2024 Tapas Software. All rights reserved.</string>
<string>Copyright © 2014-2025 Tapas Software. All rights reserved.</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
Expand Down
10 changes: 10 additions & 0 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,16 @@ These comments can be turned off in the Preferences window for a more compact fi

### Version History ###

*Version 1.4.8*
*Dec 23, 2024*

– Updated to extract build settings from Xcode 15.3-compatible project files.
– Updated to extract build settings from Xcode 16.0-compatible project files.
– Added new line to end of generated files.
– Tested on macOS 15.1.1 Sequoia, Apple Silicon.
– Built with Xcode 16.2 on macOS 15.1.1 Sequoia.


*Version 1.4.7*
*Mar 2, 2024*

Expand Down

0 comments on commit bd95f3d

Please sign in to comment.