From c5b42b5b2b8d6fdb49de26f3086b5431906cc10b Mon Sep 17 00:00:00 2001 From: Jose Quintana Date: Mon, 30 Sep 2024 23:59:38 +0200 Subject: [PATCH] feat: MacOSX15.0.sdk.tar.xz --- CHANGELOG.md | 15 +++++++++++++++ README.md | 1 + macosx_sdks.json | 13 +++++++++++++ 3 files changed, 29 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 371b65d..2878ac6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. +# [15.0](https://github.com/joseluisq/macosx-sdks/releases/tag/15.0) - Sep 16, 2024 + +[macOS Sequoia 15.0](https://developer.apple.com/documentation/macos-release-notes/macos-15-release-notes) SDK packaged using [osxcross](https://github.com/tpoechtrager/osxcross#packaging-the-sdk). + +**SHA256SUM:** `9df0293776fdc8a2060281faef929bf2fe1874c1f9368993e7a4ef87b1207f98` + +__Note:__ + +Please ensure you have read and understood the [Xcode license terms](https://www.apple.com/legal/sla/docs/xcode.pdf) first. + +[Changes][15.0] + + + # [14.5](https://github.com/joseluisq/macosx-sdks/releases/tag/14.5) - May 16, 2024 [macOS Sonoma 14.5](https://developer.apple.com/documentation/macos-release-notes/macos-14_5-release-notes) SDK packaged using [osxcross](https://github.com/tpoechtrager/osxcross#packaging-the-sdk). @@ -282,6 +296,7 @@ Please ensure you have read and understood the [Xcode license terms](https://www [Changes][10.15] +[15.0]: https://github.com/joseluisq/macosx-sdks/compare/15.0...14.5 [14.5]: https://github.com/joseluisq/macosx-sdks/compare/14.5...14.4 [14.4]: https://github.com/joseluisq/macosx-sdks/compare/14.4...14.2 [14.2]: https://github.com/joseluisq/macosx-sdks/compare/14.2...14.0 diff --git a/README.md b/README.md index 7048e93..cc01203 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Please ensure you have read and understood first the [Xcode license terms](https ## SDKs +- [Mac OS X 15.0 (macOS Sequoia)](https://github.com/joseluisq/macosx-sdks/releases/tag/15.0) - [Mac OS X 14.5 (macOS Sonoma)](https://github.com/joseluisq/macosx-sdks/releases/tag/14.5) - [Mac OS X 14.4 (macOS Sonoma)](https://github.com/joseluisq/macosx-sdks/releases/tag/14.4) - [Mac OS X 14.2 (macOS Sonoma)](https://github.com/joseluisq/macosx-sdks/releases/tag/14.2) diff --git a/macosx_sdks.json b/macosx_sdks.json index 5c50e57..3e933aa 100644 --- a/macosx_sdks.json +++ b/macosx_sdks.json @@ -1,4 +1,17 @@ [ + { + "version": "macOS 15.0", + "name": "Sequoia", + "darwin": "24.0.0", + "release_date": "2024-09-16", + "architectures": [ + "x86_64", + "arm64" + ], + "github_release": "https://github.com/joseluisq/macosx-sdks/releases/tag/15.0", + "github_download_url": "https://github.com/joseluisq/macosx-sdks/releases/download/15.0/MacOSX15.0.sdk.tar.xz", + "github_download_sha256sum": "9df0293776fdc8a2060281faef929bf2fe1874c1f9368993e7a4ef87b1207f98" + }, { "version": "macOS 14.5", "name": "Sonoma",