Skip to content

Commit 3376765

Browse files
authored
Merge pull request #3 from OmniBlade/10.12
feat: MacOSX10.12.sdk.tar.xz
2 parents 29d8840 + debeb37 commit 3376765

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Please ensure you have read and understood first the [Xcode license terms](https
1818
- [Mac OS X 10.15 (macOS Catalina)](https://github.com/joseluisq/macosx-sdks/releases/tag/10.15)
1919
- [Mac OS X 10.14 (macOS Mojave)](https://github.com/joseluisq/macosx-sdks/releases/tag/10.14)
2020
- [Mac OS X 10.13 (macOS High Sierra)](https://github.com/joseluisq/macosx-sdks/releases/tag/10.13)
21+
- [Mac OS X 10.12 (macOS Sierra)](https://github.com/joseluisq/macosx-sdks/releases/tag/10.12)
2122

2223
All SDKs were packaged using **osxcross**. Check out [Packaging the SDK on macOS](https://github.com/tpoechtrager/osxcross#packaging-the-sdk) for more details.
2324

macosx_sdks.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,5 +127,18 @@
127127
"github_release": "https://github.com/joseluisq/macosx-sdks/releases/tag/10.13",
128128
"github_download_url": "https://github.com/joseluisq/macosx-sdks/releases/download/10.13/MacOSX10.13.sdk.tar.xz",
129129
"github_download_sha256sum": "9d3eddc34a510198694f5ec7cfbdebaee4c0c7ba68ad1d957cb566649c9a0f84"
130+
},
131+
{
132+
"version": "macOS 10.12",
133+
"name": "Sierra",
134+
"darwin": "16.0.0",
135+
"release_date": "2016-09-13",
136+
"architectures": [
137+
"x86",
138+
"x86_64"
139+
],
140+
"github_release": "https://github.com/joseluisq/macosx-sdks/releases/tag/10.12",
141+
"github_download_url": "https://github.com/joseluisq/macosx-sdks/releases/download/10.12/MacOSX10.12.sdk.tar.xz",
142+
"github_download_sha256sum": "53f552170d0789bef2cd6d3dfa8f710b84843d7601175f041f302618b51d5a13"
130143
}
131144
]

0 commit comments

Comments
 (0)