Skip to content
This repository was archived by the owner on Feb 1, 2025. It is now read-only.

Commit 16e4559

Browse files
Updated build number
1 parent 198eaa6 commit 16e4559

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

TINU/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>3.0 PRIVATE BETA 3</string>
20+
<string>3.0 PUBLIC BETA 3</string>
2121
<key>CFBundleVersion</key>
22-
<string>69</string>
22+
<string>70</string>
2323
<key>LSApplicationCategoryType</key>
2424
<string>public.app-category.utilities</string>
2525
<key>LSMinimumSystemVersion</key>

TINU/InstallerAppManager.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@ public final class InstallerAppManager{
133133
//fallback, really not used a lot
134134

135135
let lc = cvm.shared.sharedBundleName.lowercased()
136+
if lc.contains("big sur") || lc.contains("10.16") || lc.contains("11.0"){
137+
return "16"
138+
}
136139
if lc.contains("catalina") || lc.contains("10.15"){
137140
return "15"
138141
}

TINU/ToDo.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
-fix sudo at startup on catalina
2020
-download installer app window resizable
2121
-download installer app sewctions like in the efi mounter
22+
-optimize efi partition mounter for menu usage
2223

2324
*/
2425

0 commit comments

Comments
 (0)