From 9f135338f452da0bfe250578e454a105a9d4374b Mon Sep 17 00:00:00 2001 From: Jose Quintana Date: Tue, 31 Dec 2024 10:30:44 +0100 Subject: [PATCH] feat: MacOSX15.2.sdk.tar.xz --- CHANGELOG.md | 14 ++++++++++++++ README.md | 1 + macosx_sdks.json | 13 +++++++++++++ 3 files changed, 28 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 247406e..3f9e63c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +# [15.2](https://github.com/joseluisq/macosx-sdks/releases/tag/15.2) - Dec 31, 2024 + +[macOS Sequoia 15.2](https://developer.apple.com/documentation/macos-release-notes/macos-15_2-release-notes) SDK packaged using [osxcross](https://github.com/tpoechtrager/osxcross#packaging-the-sdk). + +**SHA256SUM:** `b090a2bd6b0566616da8bdb9a88ab84e842fd3f44ff4be6a3d795a599d462a0e` + +__Note:__ + +Please ensure you have read and understood the [Xcode license terms](https://www.apple.com/legal/sla/docs/xcode.pdf) first. + +[Changes][15.2] + # [15.1](https://github.com/joseluisq/macosx-sdks/releases/tag/15.1) - Nov 15, 2024 [macOS Sequoia 15.1](https://developer.apple.com/documentation/macos-release-notes/macos-15_1-release-notes) SDK packaged using [osxcross](https://github.com/tpoechtrager/osxcross#packaging-the-sdk). @@ -270,6 +282,8 @@ Please ensure you have read and understood the [Xcode license terms](https://www [Changes][10.15] +[15.2]: https://github.com/joseluisq/macosx-sdks/compare/15.1...15.2 +[15.1]: https://github.com/joseluisq/macosx-sdks/compare/15.0...15.1 [15.0]: https://github.com/joseluisq/macosx-sdks/compare/14.5...15.0 [14.5]: https://github.com/joseluisq/macosx-sdks/compare/14.4...14.5 [14.4]: https://github.com/joseluisq/macosx-sdks/compare/14.2...14.4 diff --git a/README.md b/README.md index cb8b366..551b6ff 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.2 (macOS Sequoia)](https://github.com/joseluisq/macosx-sdks/releases/tag/15.2) - [Mac OS X 15.1 (macOS Sequoia)](https://github.com/joseluisq/macosx-sdks/releases/tag/15.1) - [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) diff --git a/macosx_sdks.json b/macosx_sdks.json index 9aa2581..7244d2a 100644 --- a/macosx_sdks.json +++ b/macosx_sdks.json @@ -1,4 +1,17 @@ [ + { + "version": "macOS 15.2", + "name": "Sequoia", + "darwin": "24.2.0", + "release_date": "2024-12-11", + "architectures": [ + "x86_64", + "arm64" + ], + "github_release": "https://github.com/joseluisq/macosx-sdks/releases/tag/15.2", + "github_download_url": "https://github.com/joseluisq/macosx-sdks/releases/download/15.2/MacOSX15.2.sdk.tar.xz", + "github_download_sha256sum": "b090a2bd6b0566616da8bdb9a88ab84e842fd3f44ff4be6a3d795a599d462a0e" + }, { "version": "macOS 15.1", "name": "Sequoia",