Skip to content

Commit 788f38d

Browse files
committed
feat: MacOSX15.5.sdk.tar.xz
1 parent 013d203 commit 788f38d

3 files changed

Lines changed: 27 additions & 0 deletions

File tree

CHANGELOG.md

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

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

5+
# [15.5](https://github.com/joseluisq/macosx-sdks/releases/tag/15.5) - Jun 14, 2025
6+
7+
[macOS Sequoia 15.5](https://developer.apple.com/documentation/macos-release-notes/macos-15_5-release-notes) SDK packaged using [osxcross](https://github.com/tpoechtrager/osxcross#packaging-the-sdk).
8+
9+
**SHA256SUM:** `c15cf0f3f17d714d1aa5a642da8e118db53d79429eb015771ba816aa7c6c1cbd`
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.4]
16+
517
# [15.4](https://github.com/joseluisq/macosx-sdks/releases/tag/15.4) - Apr 10, 2025
618

719
[macOS Sequoia 15.4](https://developer.apple.com/documentation/macos-release-notes/macos-15_4-release-notes) SDK packaged using [osxcross](https://github.com/tpoechtrager/osxcross#packaging-the-sdk).
@@ -294,6 +306,7 @@ Please ensure you have read and understood the [Xcode license terms](https://www
294306

295307
[Changes][10.15]
296308

309+
[15.5]: https://github.com/joseluisq/macosx-sdks/compare/15.4...15.5
297310
[15.4]: https://github.com/joseluisq/macosx-sdks/compare/15.2...15.4
298311
[15.2]: https://github.com/joseluisq/macosx-sdks/compare/15.1...15.2
299312
[15.1]: https://github.com/joseluisq/macosx-sdks/compare/15.0...15.1

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.5 (macOS Sequoia)](https://github.com/joseluisq/macosx-sdks/releases/tag/15.5)
1112
- [Mac OS X 15.4 (macOS Sequoia)](https://github.com/joseluisq/macosx-sdks/releases/tag/15.4)
1213
- [Mac OS X 15.2 (macOS Sequoia)](https://github.com/joseluisq/macosx-sdks/releases/tag/15.2)
1314
- [Mac OS X 15.1 (macOS Sequoia)](https://github.com/joseluisq/macosx-sdks/releases/tag/15.1)

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.5",
4+
"name": "Sequoia",
5+
"darwin": "24.5.0",
6+
"release_date": "2025-05-12",
7+
"architectures": [
8+
"x86_64",
9+
"arm64"
10+
],
11+
"github_release": "https://github.com/joseluisq/macosx-sdks/releases/tag/15.5",
12+
"github_download_url": "https://github.com/joseluisq/macosx-sdks/releases/download/15.5/MacOSX15.5.sdk.tar.xz",
13+
"github_download_sha256sum": "c15cf0f3f17d714d1aa5a642da8e118db53d79429eb015771ba816aa7c6c1cbd"
14+
},
215
{
316
"version": "macOS 15.4",
417
"name": "Sequoia",

0 commit comments

Comments
 (0)