From bdf1f649ead0d17baa072c1245888a3c0471e9df Mon Sep 17 00:00:00 2001 From: Socheat Sok Date: Fri, 24 Oct 2025 02:37:02 +0700 Subject: [PATCH 1/3] feat: MacOSX26.0.sdk.tar.xz (#9) --- README.md | 1 + macosx_sdks.json | 13 +++++++++++++ 2 files changed, 14 insertions(+) diff --git a/README.md b/README.md index 9c8fdf0..26681bf 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Please ensure you have read and understood first the [Xcode license terms](https ## SDKs +- [Mac OS X 26.0 (macOS Tahoe)](https://github.com/joseluisq/macosx-sdks/releases/tag/26.0) - [Mac OS X 15.5 (macOS Sequoia)](https://github.com/joseluisq/macosx-sdks/releases/tag/15.5) - [Mac OS X 15.4 (macOS Sequoia)](https://github.com/joseluisq/macosx-sdks/releases/tag/15.4) - [Mac OS X 15.2 (macOS Sequoia)](https://github.com/joseluisq/macosx-sdks/releases/tag/15.2) diff --git a/macosx_sdks.json b/macosx_sdks.json index 213c55d..da2e6da 100644 --- a/macosx_sdks.json +++ b/macosx_sdks.json @@ -1,4 +1,17 @@ [ + { + "version": "macOS 26.0", + "name": "Tahoe", + "darwin": "26.0.0", + "release_date": "2025-09-15", + "architectures": [ + "x86_64", + "arm64" + ], + "github_release": "https://github.com/joseluisq/macosx-sdks/releases/tag/26.0", + "github_download_url": "https://github.com/joseluisq/macosx-sdks/releases/download/26.0/MacOSX26.0.sdk.tar.xz", + "github_download_sha256sum": "07ccaa2891454713c3a230dd87283f76124193309d9a7617ebee45354c9302d2" + }, { "version": "macOS 15.5", "name": "Sequoia", From 02be2ba2e90e4355c3d3a8b06a4febe4ce0f0f59 Mon Sep 17 00:00:00 2001 From: Jose Quintana Date: Thu, 23 Oct 2025 21:43:22 +0200 Subject: [PATCH 2/3] 26.0 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4de0ae..7f46899 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +# [26.0](https://github.com/joseluisq/macosx-sdks/releases/tag/26.0) - Oct 23, 2025 + +[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). + +**SHA256SUM:** `07ccaa2891454713c3a230dd87283f76124193309d9a7617ebee45354c9302d2` + +__Note:__ + +Please ensure you have read and understood the [Xcode license terms](https://www.apple.com/legal/sla/docs/xcode.pdf) first. + +[Changes][15.5] + # [15.5](https://github.com/joseluisq/macosx-sdks/releases/tag/15.5) - Jun 14, 2025 [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). @@ -306,6 +318,7 @@ Please ensure you have read and understood the [Xcode license terms](https://www [Changes][10.15] +[26.0]: https://github.com/joseluisq/macosx-sdks/compare/15.5...26.0 [15.5]: https://github.com/joseluisq/macosx-sdks/compare/15.4...15.5 [15.4]: https://github.com/joseluisq/macosx-sdks/compare/15.2...15.4 [15.2]: https://github.com/joseluisq/macosx-sdks/compare/15.1...15.2 From d4c56f302525578eb08d75c5d1a8e9f90b1884b3 Mon Sep 17 00:00:00 2001 From: Jose Quintana Date: Wed, 19 Nov 2025 23:16:22 +0100 Subject: [PATCH 3/3] feat: MacOSX26.1.sdk.tar.xz --- CHANGELOG.md | 17 +++++++++++++++-- README.md | 1 + macosx_sdks.json | 15 ++++++++++++++- 3 files changed, 30 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f46899..0ec38cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +# [26.1](https://github.com/joseluisq/macosx-sdks/releases/tag/26.1) - Nov 19, 2025 + +[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). + +**SHA256SUM:** `beee7212d265a6d2867d0236cc069314b38d5fb3486a6515734e76fa210c784c` + +__Note:__ + +Please ensure you have read and understood the [Xcode license terms](https://www.apple.com/legal/sla/docs/xcode.pdf) first. + +[Changes][26.1] + # [26.0](https://github.com/joseluisq/macosx-sdks/releases/tag/26.0) - Oct 23, 2025 [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:__ Please ensure you have read and understood the [Xcode license terms](https://www.apple.com/legal/sla/docs/xcode.pdf) first. -[Changes][15.5] +[Changes][26.0] # [15.5](https://github.com/joseluisq/macosx-sdks/releases/tag/15.5) - Jun 14, 2025 @@ -24,7 +36,7 @@ __Note:__ Please ensure you have read and understood the [Xcode license terms](https://www.apple.com/legal/sla/docs/xcode.pdf) first. -[Changes][15.4] +[Changes][15.5] # [15.4](https://github.com/joseluisq/macosx-sdks/releases/tag/15.4) - Apr 10, 2025 @@ -318,6 +330,7 @@ Please ensure you have read and understood the [Xcode license terms](https://www [Changes][10.15] +[26.1]: https://github.com/joseluisq/macosx-sdks/compare/26.0...26.1 [26.0]: https://github.com/joseluisq/macosx-sdks/compare/15.5...26.0 [15.5]: https://github.com/joseluisq/macosx-sdks/compare/15.4...15.5 [15.4]: https://github.com/joseluisq/macosx-sdks/compare/15.2...15.4 diff --git a/README.md b/README.md index 26681bf..e8fa271 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Please ensure you have read and understood first the [Xcode license terms](https ## SDKs +- [Mac OS X 26.1 (macOS Tahoe)](https://github.com/joseluisq/macosx-sdks/releases/tag/26.1) - [Mac OS X 26.0 (macOS Tahoe)](https://github.com/joseluisq/macosx-sdks/releases/tag/26.0) - [Mac OS X 15.5 (macOS Sequoia)](https://github.com/joseluisq/macosx-sdks/releases/tag/15.5) - [Mac OS X 15.4 (macOS Sequoia)](https://github.com/joseluisq/macosx-sdks/releases/tag/15.4) diff --git a/macosx_sdks.json b/macosx_sdks.json index da2e6da..0b41758 100644 --- a/macosx_sdks.json +++ b/macosx_sdks.json @@ -1,8 +1,21 @@ [ + { + "version": "macOS 26.1", + "name": "Tahoe", + "darwin": "25.1.0", + "release_date": "2025-11-03", + "architectures": [ + "x86_64", + "arm64" + ], + "github_release": "https://github.com/joseluisq/macosx-sdks/releases/tag/26.1", + "github_download_url": "https://github.com/joseluisq/macosx-sdks/releases/download/26.1/MacOSX26.1.sdk.tar.xz", + "github_download_sha256sum": "beee7212d265a6d2867d0236cc069314b38d5fb3486a6515734e76fa210c784c" + }, { "version": "macOS 26.0", "name": "Tahoe", - "darwin": "26.0.0", + "darwin": "25.0.0", "release_date": "2025-09-15", "architectures": [ "x86_64",