Skip to content

Commit c5b42b5

Browse files
committed
feat: MacOSX15.0.sdk.tar.xz
1 parent 43cc164 commit c5b42b5

File tree

3 files changed

+29
-0
lines changed

3 files changed

+29
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
# [15.0](https://github.com/joseluisq/macosx-sdks/releases/tag/15.0) - Sep 16, 2024
6+
7+
[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).
8+
9+
**SHA256SUM:** `9df0293776fdc8a2060281faef929bf2fe1874c1f9368993e7a4ef87b1207f98`
10+
11+
__Note:__
12+
13+
Please ensure you have read and understood the [Xcode license terms](https://www.apple.com/legal/sla/docs/xcode.pdf) first.
14+
15+
[Changes][15.0]
16+
17+
<a name="14.4"></a>
18+
519
# [14.5](https://github.com/joseluisq/macosx-sdks/releases/tag/14.5) - May 16, 2024
620

721
[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
282296

283297
[Changes][10.15]
284298

299+
[15.0]: https://github.com/joseluisq/macosx-sdks/compare/15.0...14.5
285300
[14.5]: https://github.com/joseluisq/macosx-sdks/compare/14.5...14.4
286301
[14.4]: https://github.com/joseluisq/macosx-sdks/compare/14.4...14.2
287302
[14.2]: https://github.com/joseluisq/macosx-sdks/compare/14.2...14.0

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Please ensure you have read and understood first the [Xcode license terms](https
88

99
## SDKs
1010

11+
- [Mac OS X 15.0 (macOS Sequoia)](https://github.com/joseluisq/macosx-sdks/releases/tag/15.0)
1112
- [Mac OS X 14.5 (macOS Sonoma)](https://github.com/joseluisq/macosx-sdks/releases/tag/14.5)
1213
- [Mac OS X 14.4 (macOS Sonoma)](https://github.com/joseluisq/macosx-sdks/releases/tag/14.4)
1314
- [Mac OS X 14.2 (macOS Sonoma)](https://github.com/joseluisq/macosx-sdks/releases/tag/14.2)

macosx_sdks.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
[
2+
{
3+
"version": "macOS 15.0",
4+
"name": "Sequoia",
5+
"darwin": "24.0.0",
6+
"release_date": "2024-09-16",
7+
"architectures": [
8+
"x86_64",
9+
"arm64"
10+
],
11+
"github_release": "https://github.com/joseluisq/macosx-sdks/releases/tag/15.0",
12+
"github_download_url": "https://github.com/joseluisq/macosx-sdks/releases/download/15.0/MacOSX15.0.sdk.tar.xz",
13+
"github_download_sha256sum": "9df0293776fdc8a2060281faef929bf2fe1874c1f9368993e7a4ef87b1207f98"
14+
},
215
{
316
"version": "macOS 14.5",
417
"name": "Sonoma",

0 commit comments

Comments
 (0)