From bbdd40658a937d403c5c9aac21b4d9f214f03d40 Mon Sep 17 00:00:00 2001 From: Jose Quintana Date: Tue, 26 Sep 2023 23:31:18 +0200 Subject: [PATCH] feat: MacOSX14.0.sdk.tar.xz --- CHANGELOG.md | 15 +++++++++++++++ macosx_sdks.json | 13 +++++++++++++ 2 files changed, 28 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dea7ad..cfdeef8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. +# [14.0](https://github.com/joseluisq/macosx-sdks/releases/tag/14.0) - Sep 26, 2023 + +[macOS Sonoma 14.0](https://developer.apple.com/documentation/macos-release-notes/macos-14-release-notes) SDK packaged using [osxcross](https://github.com/tpoechtrager/osxcross#packaging-the-sdk). + +**SHA256SUM:** `5e4d3be6b445f0eacc0333ff2117e93e4433d8c4fe44053a14f735033a98aaa9` + +__Note:__ + +Please ensure you have read and understood the [Xcode license terms](https://www.apple.com/legal/sla/docs/xcode.pdf) first. + +[Changes][14.0] + + + # [13.3](https://github.com/joseluisq/macosx-sdks/releases/tag/13.3) - Aug 18, 2023 [macOS Ventura 13.3](https://developer.apple.com/documentation/macos-release-notes/macos-13_3-release-notes) SDK packaged using [osxcross](https://github.com/tpoechtrager/osxcross#packaging-the-sdk). @@ -226,6 +240,7 @@ Please ensure you have read and understood the [Xcode license terms](https://www [Changes][10.15] +[14.0]: https://github.com/joseluisq/macosx-sdks/compare/13.3...14.0 [13.3]: https://github.com/joseluisq/macosx-sdks/compare/10.9...13.3 [10.9]: https://github.com/joseluisq/macosx-sdks/compare/10.10...10.9 [10.10]: https://github.com/joseluisq/macosx-sdks/compare/10.11...10.10 diff --git a/macosx_sdks.json b/macosx_sdks.json index ce9de08..c6f96ab 100644 --- a/macosx_sdks.json +++ b/macosx_sdks.json @@ -1,4 +1,17 @@ [ + { + "version": "macOS 14.0", + "name": "Sonoma", + "darwin": "23.0.0", + "release_date": "2023-09-26", + "architectures": [ + "x86_64", + "arm64" + ], + "github_release": "https://github.com/joseluisq/macosx-sdks/releases/tag/14.0", + "github_download_url": "https://github.com/joseluisq/macosx-sdks/releases/download/14.0/MacOSX14.0.sdk.tar.xz", + "github_download_sha256sum": "5e4d3be6b445f0eacc0333ff2117e93e4433d8c4fe44053a14f735033a98aaa9" + }, { "version": "macOS 13.3", "name": "Ventura",