Skip to content

Commit

Permalink
Merge pull request #5 from OmniBlade/10.10
Browse files Browse the repository at this point in the history
feat: MacOSX10.10.sdk.tar.xz
  • Loading branch information
joseluisq authored Jun 2, 2023
2 parents b4356ad + f09b55c commit 6834dbb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Please ensure you have read and understood first the [Xcode license terms](https
- [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)
- [Mac OS X 10.11 (OS X El Capitan)](https://github.com/joseluisq/macosx-sdks/releases/tag/10.11)
- [Mac OS X 10.10 (OS X Yosemite)](https://github.com/joseluisq/macosx-sdks/releases/tag/10.10)

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

Expand Down
13 changes: 13 additions & 0 deletions macosx_sdks.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,5 +153,18 @@
"github_release": "https://github.com/joseluisq/macosx-sdks/releases/tag/10.11",
"github_download_url": "https://github.com/joseluisq/macosx-sdks/releases/download/10.11/MacOSX10.11.sdk.tar.xz",
"github_download_sha256sum": "994b7a737a9f5e797af62463e1d540fca99e33b4c1448ad11ba1548424d26807"
},
{
"version": "OS X 10.10",
"name": "Yosemite",
"darwin": "14.0.0",
"release_date": "2014-10-16",
"architectures": [
"x86",
"x86_64"
],
"github_release": "https://github.com/joseluisq/macosx-sdks/releases/tag/10.10",
"github_download_url": "https://github.com/joseluisq/macosx-sdks/releases/download/10.10/MacOSX10.10.sdk.tar.xz",
"github_download_sha256sum": "bfc056a5ad80403d72d7a50319bdd106545ea5936af2c343a517f96bdec4caee"
}
]

0 comments on commit 6834dbb

Please sign in to comment.