Skip to content

Commit

Permalink
Update to version 1.4.7
Browse files Browse the repository at this point in the history
- Update version and build number settings
- Update ReadMe for 1.4.7
  • Loading branch information
dempseyatgithub committed Mar 2, 2024
1 parent b62e427 commit c17566e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 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 = 22;
CURRENT_PROJECT_VERSION = 23;
DEAD_CODE_STRIPPING = YES;
ENABLE_HARDENED_RUNTIME = NO;
INFOPLIST_FILE = "BuildSettingExtractor/BuildSettingExtractor-Info.plist";
MARKETING_VERSION = 1.4.6;
MARKETING_VERSION = 1.4.7;
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 = 22;
CURRENT_PROJECT_VERSION = 23;
DEAD_CODE_STRIPPING = YES;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = "BuildSettingExtractor/BuildSettingExtractor-Info.plist";
MARKETING_VERSION = 1.4.6;
MARKETING_VERSION = 1.4.7;
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
Expand Down
8 changes: 8 additions & 0 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,14 @@ These comments can be turned off in the Preferences window for a more compact fi

### Version History ###

*Version 1.4.7*
*Mar 2, 2024*

– Updated list of build setting info files for Xcode 15.3.
– Tested on macOS 14.3.1 Sonoma, Apple Silicon.
– Built with Xcode 15.2 on macOS 14.3.1 Sonoma.


*Version 1.4.6*
*Jun 12, 2023*

Expand Down

0 comments on commit c17566e

Please sign in to comment.