Skip to content

Commit e226637

Browse files
authored
Merge pull request #6 from OmniBlade/10.9
feat: MacOSX10.9.sdk.tar.xz
2 parents a609c16 + 07dfca2 commit e226637

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
@@ -21,6 +21,7 @@ Please ensure you have read and understood first the [Xcode license terms](https
2121
- [Mac OS X 10.12 (macOS Sierra)](https://github.com/joseluisq/macosx-sdks/releases/tag/10.12)
2222
- [Mac OS X 10.11 (OS X El Capitan)](https://github.com/joseluisq/macosx-sdks/releases/tag/10.11)
2323
- [Mac OS X 10.10 (OS X Yosemite)](https://github.com/joseluisq/macosx-sdks/releases/tag/10.10)
24+
- [Mac OS X 10.9 (OS X Mavericks)](https://github.com/joseluisq/macosx-sdks/releases/tag/10.9)
2425

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

macosx_sdks.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,5 +166,18 @@
166166
"github_release": "https://github.com/joseluisq/macosx-sdks/releases/tag/10.10",
167167
"github_download_url": "https://github.com/joseluisq/macosx-sdks/releases/download/10.10/MacOSX10.10.sdk.tar.xz",
168168
"github_download_sha256sum": "bfc056a5ad80403d72d7a50319bdd106545ea5936af2c343a517f96bdec4caee"
169+
},
170+
{
171+
"version": "OS X 10.9",
172+
"name": "Mavericks",
173+
"darwin": "13.0.0",
174+
"release_date": "2013-10-22",
175+
"architectures": [
176+
"x86",
177+
"x86_64"
178+
],
179+
"github_release": "https://github.com/joseluisq/macosx-sdks/releases/tag/10.9",
180+
"github_download_url": "https://github.com/joseluisq/macosx-sdks/releases/download/10.9/MacOSX10.9.sdk.tar.xz",
181+
"github_download_sha256sum": "6e1dc54e46bb1397b9db7194933475aae9c2df1267a4d20f6d0a8dfff72c3b03"
169182
}
170183
]

0 commit comments

Comments
 (0)