From 9abcb23560a6b5e139a70f50be4f17b283757879 Mon Sep 17 00:00:00 2001 From: James Dempsey Date: Sat, 14 Nov 2020 10:35:43 -0800 Subject: [PATCH] Update to version 1.4.2 - Update version and build number settings - Update ReadMe for 1.4.2 --- BuildSettingExtractor.xcodeproj/project.pbxproj | 8 ++++---- ReadMe.md | 16 ++++++++++++++++ 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/BuildSettingExtractor.xcodeproj/project.pbxproj b/BuildSettingExtractor.xcodeproj/project.pbxproj index 206de96..1b0b613 100644 --- a/BuildSettingExtractor.xcodeproj/project.pbxproj +++ b/BuildSettingExtractor.xcodeproj/project.pbxproj @@ -539,10 +539,10 @@ CODE_SIGN_ENTITLEMENTS = BuildSettingExtractor/BuildSettingExtractor.entitlements; CODE_SIGN_IDENTITY = "-"; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 17; + CURRENT_PROJECT_VERSION = 18; ENABLE_HARDENED_RUNTIME = YES; INFOPLIST_FILE = "BuildSettingExtractor/BuildSettingExtractor-Info.plist"; - MARKETING_VERSION = 1.4.1; + MARKETING_VERSION = 1.4.2; PRODUCT_BUNDLE_IDENTIFIER = "net.tapas-software.${PRODUCT_NAME:rfc1034identifier}"; PRODUCT_NAME = "$(TARGET_NAME)"; WRAPPER_EXTENSION = app; @@ -556,10 +556,10 @@ CODE_SIGN_ENTITLEMENTS = BuildSettingExtractor/BuildSettingExtractor.entitlements; CODE_SIGN_IDENTITY = "-"; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 17; + CURRENT_PROJECT_VERSION = 18; ENABLE_HARDENED_RUNTIME = YES; INFOPLIST_FILE = "BuildSettingExtractor/BuildSettingExtractor-Info.plist"; - MARKETING_VERSION = 1.4.1; + MARKETING_VERSION = 1.4.2; PRODUCT_BUNDLE_IDENTIFIER = "net.tapas-software.${PRODUCT_NAME:rfc1034identifier}"; PRODUCT_NAME = "$(TARGET_NAME)"; WRAPPER_EXTENSION = app; diff --git a/ReadMe.md b/ReadMe.md index 9839468..1febebf 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -51,6 +51,22 @@ These comments can be turned off in the Preferences window for a more compact fi ### Version History ### +*Version 1.4.2* +*Nov 14, 2020* + +– Added native Apple Silicon support. +– Updated app icon to follow macOS 11 Big Sur guidelines. +– Updated icons in preferences window for macOS 11 Big Sur. +– Fixed row spacing issue when building with Xcode 12 and later. +– Updated list of build setting description files for Metal compiler and linker. +– Updated to extract build settings from Xcode 11.4-compatible project files. +– Added documentation for the BuildSettingInfoSubpaths.plist file. +– Updated copyright notice. +– Tested on macOS 10.14.6 Mojave. +– Tested on macOS 10.15.7 Catalina. +– Tested on macOS 11.0.1 Big Sur, Apple Silicon. +– Built with Xcode 12.2 on macOS 10.15.7 Catalina. + *Version 1.4.1* *Aug 3, 2020*