mirror of
https://github.com/corpnewt/gibMacOS.git
synced 2024-11-10 09:49:42 +01:00
Add Catalina
This commit is contained in:
parent
129ad01b65
commit
af3cc9161a
@ -17,7 +17,7 @@ class gibMacOS:
|
|||||||
"customer" : "customerseed",
|
"customer" : "customerseed",
|
||||||
"developer" : "seed"
|
"developer" : "seed"
|
||||||
}
|
}
|
||||||
self.current_macos = 14
|
self.current_macos = 15
|
||||||
self.min_macos = 5
|
self.min_macos = 5
|
||||||
self.mac_os_names_url = {
|
self.mac_os_names_url = {
|
||||||
"8" : "mountainlion",
|
"8" : "mountainlion",
|
||||||
@ -36,7 +36,8 @@ class gibMacOS:
|
|||||||
"el capitan" : "10.11",
|
"el capitan" : "10.11",
|
||||||
"sierra" : "10.12",
|
"sierra" : "10.12",
|
||||||
"high sierra" : "10.13",
|
"high sierra" : "10.13",
|
||||||
"mojave" : "10.14"
|
"mojave" : "10.14",
|
||||||
|
"catalina" : "10.15"
|
||||||
}
|
}
|
||||||
self.current_catalog = "publicrelease"
|
self.current_catalog = "publicrelease"
|
||||||
self.catalog_data = None
|
self.catalog_data = None
|
||||||
|
Loading…
Reference in New Issue
Block a user