Conversation
Author
|
started on this and decided to share |
Author
Author
kinncj
suggested changes
Nov 28, 2020
| # 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.
| "$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.
There was a problem hiding this comment.
I don't think that using a DeveloperSeed is a good idea now that Big Sur is officially available.
gabrielrigon
reviewed
Dec 2, 2020
| class SoftwareService: | ||
| # macOS 10.15 is available in 4 different catalogs from SoftwareScan | ||
| catalogs = { | ||
| "10.16": { |
|
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? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
iw7.pdf