feat: MacOSX15.1.sdk.tar.xz

This commit is contained in:
Jose Quintana 2024-11-15 06:54:46 +01:00
parent 345a27c2d4
commit d0ecee3ad8
No known key found for this signature in database
GPG key ID: AC0A12715EA5C9A7
3 changed files with 26 additions and 0 deletions

View file

@ -2,6 +2,18 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
# [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).
**SHA256SUM:** `8792422534fec12b7237bca3988ff1033fc73f718bb2751493778247b5bf0d2d`
__Note:__
Please ensure you have read and understood the [Xcode license terms](https://www.apple.com/legal/sla/docs/xcode.pdf) first.
[Changes][15.1]
# [15.0](https://github.com/joseluisq/macosx-sdks/releases/tag/15.0) - Sep 16, 2024 # [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). [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).

View file

@ -8,6 +8,7 @@ Please ensure you have read and understood first the [Xcode license terms](https
## SDKs ## SDKs
- [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 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.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.4 (macOS Sonoma)](https://github.com/joseluisq/macosx-sdks/releases/tag/14.4)

View file

@ -1,4 +1,17 @@
[ [
{
"version": "macOS 15.1",
"name": "Sequoia",
"darwin": "24.1.0",
"release_date": "2024-10-28",
"architectures": [
"x86_64",
"arm64"
],
"github_release": "https://github.com/joseluisq/macosx-sdks/releases/tag/15.1",
"github_download_url": "https://github.com/joseluisq/macosx-sdks/releases/download/15.1/MacOSX15.1.sdk.tar.xz",
"github_download_sha256sum": "8792422534fec12b7237bca3988ff1033fc73f718bb2751493778247b5bf0d2d"
},
{ {
"version": "macOS 15.0", "version": "macOS 15.0",
"name": "Sequoia", "name": "Sequoia",