This repository was archived by the owner on Feb 1, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 17
17
<key >CFBundlePackageType </key >
18
18
<string >APPL </string >
19
19
<key >CFBundleShortVersionString </key >
20
- <string >3.0 PRIVATE BETA 3 </string >
20
+ <string >3.0 PUBLIC BETA 3 </string >
21
21
<key >CFBundleVersion </key >
22
- <string >69 </string >
22
+ <string >70 </string >
23
23
<key >LSApplicationCategoryType </key >
24
24
<string >public.app-category.utilities </string >
25
25
<key >LSMinimumSystemVersion </key >
Original file line number Diff line number Diff line change @@ -133,6 +133,9 @@ public final class InstallerAppManager{
133
133
//fallback, really not used a lot
134
134
135
135
let lc = cvm. shared. sharedBundleName. lowercased ( )
136
+ if lc. contains ( " big sur " ) || lc. contains ( " 10.16 " ) || lc. contains ( " 11.0 " ) {
137
+ return " 16 "
138
+ }
136
139
if lc. contains ( " catalina " ) || lc. contains ( " 10.15 " ) {
137
140
return " 15 "
138
141
}
Original file line number Diff line number Diff line change 19
19
-fix sudo at startup on catalina
20
20
-download installer app window resizable
21
21
-download installer app sewctions like in the efi mounter
22
+ -optimize efi partition mounter for menu usage
22
23
23
24
*/
24
25
You can’t perform that action at this time.
0 commit comments