Skip to content

Commit

Permalink
Updated build number
Browse files Browse the repository at this point in the history
  • Loading branch information
ITzTravelInTime committed Jun 24, 2020
1 parent 198eaa6 commit 16e4559
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TINU/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.0 PRIVATE BETA 3</string>
<string>3.0 PUBLIC BETA 3</string>
<key>CFBundleVersion</key>
<string>69</string>
<string>70</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down
3 changes: 3 additions & 0 deletions TINU/InstallerAppManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ public final class InstallerAppManager{
//fallback, really not used a lot

let lc = cvm.shared.sharedBundleName.lowercased()
if lc.contains("big sur") || lc.contains("10.16") || lc.contains("11.0"){
return "16"
}
if lc.contains("catalina") || lc.contains("10.15"){
return "15"
}
Expand Down
1 change: 1 addition & 0 deletions TINU/ToDo.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
-fix sudo at startup on catalina
-download installer app window resizable
-download installer app sewctions like in the efi mounter
-optimize efi partition mounter for menu usage
*/

Expand Down

0 comments on commit 16e4559

Please sign in to comment.