Skip to content

Commit d4c56f3

Browse files
committed
feat: MacOSX26.1.sdk.tar.xz
1 parent 02be2ba commit d4c56f3

3 files changed

Lines changed: 30 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 2 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+
# [26.1](https://github.com/joseluisq/macosx-sdks/releases/tag/26.1) - Nov 19, 2025
6+
7+
[macOS Tahoe 26.1](https://developer.apple.com/documentation/macos-release-notes/macos-26_1-release-notes) SDK packaged using [osxcross](https://github.com/tpoechtrager/osxcross#packaging-the-sdk).
8+
9+
**SHA256SUM:** `beee7212d265a6d2867d0236cc069314b38d5fb3486a6515734e76fa210c784c`
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][26.1]
16+
517
# [26.0](https://github.com/joseluisq/macosx-sdks/releases/tag/26.0) - Oct 23, 2025
618

719
[macOS Tahoe 26.0](https://developer.apple.com/documentation/macos-release-notes/macos-26-release-notes) SDK packaged using [osxcross](https://github.com/tpoechtrager/osxcross#packaging-the-sdk).
@@ -12,7 +24,7 @@ __Note:__
1224

1325
Please ensure you have read and understood the [Xcode license terms](https://www.apple.com/legal/sla/docs/xcode.pdf) first.
1426

15-
[Changes][15.5]
27+
[Changes][26.0]
1628

1729
# [15.5](https://github.com/joseluisq/macosx-sdks/releases/tag/15.5) - Jun 14, 2025
1830

@@ -24,7 +36,7 @@ __Note:__
2436

2537
Please ensure you have read and understood the [Xcode license terms](https://www.apple.com/legal/sla/docs/xcode.pdf) first.
2638

27-
[Changes][15.4]
39+
[Changes][15.5]
2840

2941
# [15.4](https://github.com/joseluisq/macosx-sdks/releases/tag/15.4) - Apr 10, 2025
3042

@@ -318,6 +330,7 @@ Please ensure you have read and understood the [Xcode license terms](https://www
318330

319331
[Changes][10.15]
320332

333+
[26.1]: https://github.com/joseluisq/macosx-sdks/compare/26.0...26.1
321334
[26.0]: https://github.com/joseluisq/macosx-sdks/compare/15.5...26.0
322335
[15.5]: https://github.com/joseluisq/macosx-sdks/compare/15.4...15.5
323336
[15.4]: https://github.com/joseluisq/macosx-sdks/compare/15.2...15.4

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

macosx_sdks.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
[
2+
{
3+
"version": "macOS 26.1",
4+
"name": "Tahoe",
5+
"darwin": "25.1.0",
6+
"release_date": "2025-11-03",
7+
"architectures": [
8+
"x86_64",
9+
"arm64"
10+
],
11+
"github_release": "https://github.com/joseluisq/macosx-sdks/releases/tag/26.1",
12+
"github_download_url": "https://github.com/joseluisq/macosx-sdks/releases/download/26.1/MacOSX26.1.sdk.tar.xz",
13+
"github_download_sha256sum": "beee7212d265a6d2867d0236cc069314b38d5fb3486a6515734e76fa210c784c"
14+
},
215
{
316
"version": "macOS 26.0",
417
"name": "Tahoe",
5-
"darwin": "26.0.0",
18+
"darwin": "25.0.0",
619
"release_date": "2025-09-15",
720
"architectures": [
821
"x86_64",

0 commit comments

Comments
 (0)