mirror of
https://github.com/joseluisq/macosx-sdks.git
synced 2026-03-22 19:40:13 +00:00
feat: MacOSX10.12.sdk.tar.xz
This commit is contained in:
parent
29d8840c87
commit
debeb3718a
2 changed files with 14 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ Please ensure you have read and understood first the [Xcode license terms](https
|
|||
- [Mac OS X 10.15 (macOS Catalina)](https://github.com/joseluisq/macosx-sdks/releases/tag/10.15)
|
||||
- [Mac OS X 10.14 (macOS Mojave)](https://github.com/joseluisq/macosx-sdks/releases/tag/10.14)
|
||||
- [Mac OS X 10.13 (macOS High Sierra)](https://github.com/joseluisq/macosx-sdks/releases/tag/10.13)
|
||||
- [Mac OS X 10.12 (macOS Sierra)](https://github.com/joseluisq/macosx-sdks/releases/tag/10.12)
|
||||
|
||||
All SDKs were packaged using **osxcross**. Check out [Packaging the SDK on macOS](https://github.com/tpoechtrager/osxcross#packaging-the-sdk) for more details.
|
||||
|
||||
|
|
|
|||
|
|
@ -127,5 +127,18 @@
|
|||
"github_release": "https://github.com/joseluisq/macosx-sdks/releases/tag/10.13",
|
||||
"github_download_url": "https://github.com/joseluisq/macosx-sdks/releases/download/10.13/MacOSX10.13.sdk.tar.xz",
|
||||
"github_download_sha256sum": "9d3eddc34a510198694f5ec7cfbdebaee4c0c7ba68ad1d957cb566649c9a0f84"
|
||||
},
|
||||
{
|
||||
"version": "macOS 10.12",
|
||||
"name": "Sierra",
|
||||
"darwin": "16.0.0",
|
||||
"release_date": "2016-09-13",
|
||||
"architectures": [
|
||||
"x86",
|
||||
"x86_64"
|
||||
],
|
||||
"github_release": "https://github.com/joseluisq/macosx-sdks/releases/tag/10.12",
|
||||
"github_download_url": "https://github.com/joseluisq/macosx-sdks/releases/download/10.12/MacOSX10.12.sdk.tar.xz",
|
||||
"github_download_sha256sum": "53f552170d0789bef2cd6d3dfa8f710b84843d7601175f041f302618b51d5a13"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue