-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TOOLS] Enable Big Sur support. #369
base: master
Are you sure you want to change the base?
Conversation
started on this and decided to share |
@@ -66,6 +66,12 @@ def parse_plist(catalog_data): | |||
class SoftwareService: | |||
# macOS 10.15 is available in 4 different catalogs from SoftwareScan | |||
catalogs = { | |||
"10.16": { | |||
"CustomerSeed":"https://swscan.apple.com/content/catalogs/others/index-10.16customerseed-10.16-10.15-10.14-10.13-10.12-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
"$TOOLS/FetchMacOS/fetch.sh" -v 10.14 -k BaseSystem || exit 1; | ||
;; | ||
-b|--big-sur) | ||
"$TOOLS/FetchMacOS/fetch.sh" -v 10.16 -c DeveloperSeed -p 001-18401-003 || exit 1; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think that using a DeveloperSeed is a good idea now that Big Sur is officially available.
@@ -66,6 +66,12 @@ def parse_plist(catalog_data): | |||
class SoftwareService: | |||
# macOS 10.15 is available in 4 different catalogs from SoftwareScan | |||
catalogs = { | |||
"10.16": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"11"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`h```
Has anyone tested this branch? |
My error as of today on this branch. |
No fix ready? |
I can't find a ospackage in any given catalogs, none of the os packages, meets the meta version 10.16/11 requirement |
Any progress on this one? |
iw7.pdf