File tree 3 files changed +17
-4
lines changed
3 files changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 2.0.1] - 2024-07-19
8
+ Requires macOS 12.0 and higher.
9
+
10
+ ### Fixed
11
+ - Some incorrect logic was applied to the ` requiredInstallatonDate ` when using the new ` gracePeriodInstallDelay `
12
+ - https://github.com/macadmins/nudge/commit/61997a6137f1fd345a1314285cecc083f8674a15
13
+
14
+ ### Added
15
+ - To ease "Unsupported UI" testing, you can now pass ` -simulate-os-version ` as an argument to override the built-in OS check.
16
+ - Ex: ` -simulate-os-version "14.4.1" `
17
+ - To ease "Unsupported UI" testing, you can now pass ` -simulate-hardware-id ` as an argument to override the built-in hardware ID check.
18
+ - Ex: ` -simulate-hardware-id "J516cAP" `
19
+
7
20
## [ 2.0.0] - 2024-07-18
8
21
Requires macOS 12.0 and higher.
9
22
Original file line number Diff line number Diff line change 698
698
"@executable_path/../Frameworks",
699
699
);
700
700
MACOSX_DEPLOYMENT_TARGET = 12.0;
701
- MARKETING_VERSION = 2.0.0 ;
701
+ MARKETING_VERSION = 2.0.1 ;
702
702
PRODUCT_BUNDLE_IDENTIFIER = com.github.macadmins.Nudge;
703
703
PRODUCT_NAME = "$(TARGET_NAME)";
704
704
PROVISIONING_PROFILE_SPECIFIER = "";
729
729
"@executable_path/../Frameworks",
730
730
);
731
731
MACOSX_DEPLOYMENT_TARGET = 12.0;
732
- MARKETING_VERSION = 2.0.0 ;
732
+ MARKETING_VERSION = 2.0.1 ;
733
733
PRODUCT_BUNDLE_IDENTIFIER = com.github.macadmins.Nudge;
734
734
PRODUCT_NAME = "$(TARGET_NAME)";
735
735
PROVISIONING_PROFILE_SPECIFIER = "";
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >2.0.0 </string >
18
+ <string >2.0.1 </string >
19
19
<key >CFBundleVersion </key >
20
- <string >2.0.0 </string >
20
+ <string >2.0.1 </string >
21
21
<key >LSApplicationCategoryType </key >
22
22
<string >public.app-category.utilities </string >
23
23
<key >LSMinimumSystemVersion </key >
You can’t perform that action at this time.
0 commit comments