Update to work on Monterey

This commit is contained in:
Graham Pugh 2021-10-02 00:31:08 +02:00
parent c313531939
commit 627a9f3133

View File

@ -57,7 +57,10 @@ DEFAULT_SUCATALOGS = {
"index-10.15-10.14-10.13-10.12-10.11-10.10-10.9"
"-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog",
"20": "https://swscan.apple.com/content/catalogs/others/"
"index-11-10.15-10.14-10.13-10.12-10.11-10.10-10.9"
"index-10.16-10.15-10.14-10.13-10.12-10.11-10.10-10.9"
"-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog",
"21": "https://swscan.apple.com/content/catalogs/others/"
"index-10.16-10.15-10.14-10.13-10.12-10.11-10.10-10.9"
"-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog",
}
@ -823,7 +826,9 @@ def main():
"for the current device.",
)
parser.add_argument(
"--warnings", action="store_true", help="Show warnings in the listed output",
"--warnings",
action="store_true",
help="Show warnings in the listed output",
)
parser.add_argument(
"--beta",