File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 553
553
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
554
554
CODE_SIGN_ENTITLEMENTS = BuildSettingExtractor/BuildSettingExtractor.entitlements;
555
555
COMBINE_HIDPI_IMAGES = YES;
556
- CURRENT_PROJECT_VERSION = 22 ;
556
+ CURRENT_PROJECT_VERSION = 23 ;
557
557
DEAD_CODE_STRIPPING = YES;
558
558
ENABLE_HARDENED_RUNTIME = NO;
559
559
INFOPLIST_FILE = "BuildSettingExtractor/BuildSettingExtractor-Info.plist";
560
- MARKETING_VERSION = 1.4.6 ;
560
+ MARKETING_VERSION = 1.4.7 ;
561
561
PRODUCT_NAME = "$(TARGET_NAME)";
562
562
WRAPPER_EXTENSION = app;
563
563
};
570
570
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
571
571
CODE_SIGN_ENTITLEMENTS = BuildSettingExtractor/BuildSettingExtractor.entitlements;
572
572
COMBINE_HIDPI_IMAGES = YES;
573
- CURRENT_PROJECT_VERSION = 22 ;
573
+ CURRENT_PROJECT_VERSION = 23 ;
574
574
DEAD_CODE_STRIPPING = YES;
575
575
ENABLE_HARDENED_RUNTIME = YES;
576
576
INFOPLIST_FILE = "BuildSettingExtractor/BuildSettingExtractor-Info.plist";
577
- MARKETING_VERSION = 1.4.6 ;
577
+ MARKETING_VERSION = 1.4.7 ;
578
578
PRODUCT_NAME = "$(TARGET_NAME)";
579
579
WRAPPER_EXTENSION = app;
580
580
};
Original file line number Diff line number Diff line change @@ -53,6 +53,14 @@ These comments can be turned off in the Preferences window for a more compact fi
53
53
54
54
### Version History ###
55
55
56
+ * Version 1.4.7*
57
+ * Mar 2, 2024*
58
+
59
+ – Updated list of build setting info files for Xcode 15.3.
60
+ – Tested on macOS 14.3.1 Sonoma, Apple Silicon.
61
+ – Built with Xcode 15.2 on macOS 14.3.1 Sonoma.
62
+
63
+
56
64
* Version 1.4.6*
57
65
* Jun 12, 2023*
58
66
You can’t perform that action at this time.
0 commit comments