Compare commits

...

34 commits

Author SHA1 Message Date
Jose Quintana
d4c56f3025
feat: MacOSX26.1.sdk.tar.xz 2025-11-19 23:16:22 +01:00
Jose Quintana
02be2ba2e9
26.0 2025-10-23 21:43:22 +02:00
Socheat Sok
bdf1f649ea
feat: MacOSX26.0.sdk.tar.xz (#9) 2025-10-23 21:37:02 +02:00
Jose Quintana
788f38d23e
feat: MacOSX15.5.sdk.tar.xz 2025-06-14 10:22:28 +02:00
Jose Quintana
013d2039ad
feat: MacOSX15.4.sdk.tar.xz 2025-04-10 01:32:06 +02:00
Jose Quintana
9f135338f4
feat: MacOSX15.2.sdk.tar.xz 2024-12-31 10:30:44 +01:00
Jose Quintana
d0ecee3ad8
feat: MacOSX15.1.sdk.tar.xz 2024-11-15 06:54:46 +01:00
Jose Quintana
345a27c2d4
refactor: update full changelog links 2024-10-01 00:10:40 +02:00
Jose Quintana
c5b42b5b2b
feat: MacOSX15.0.sdk.tar.xz 2024-09-30 23:59:38 +02:00
Jose Quintana
43cc1644dc
feat: MacOSX14.5.sdk.tar.xz 2024-05-16 22:28:26 +02:00
Jose Quintana
8ad8ac74c5
feat: MacOSX14.4.sdk.tar.xz 2024-03-08 00:56:32 +01:00
Jose Quintana
d9fb5c89d1
docs: Mac OS X 14.2 (macOS Sonoma) 2023-12-12 22:08:02 +01:00
Jose Quintana
35138ced39
feat: MacOSX14.2.sdk.tar.xz 2023-12-12 22:01:55 +01:00
Jose Quintana
f364306ba8
docs: Mac OS X 14.0 (macOS Sonoma) 2023-09-26 23:36:44 +02:00
Jose Quintana
bbdd40658a
feat: MacOSX14.0.sdk.tar.xz 2023-09-26 23:31:18 +02:00
Jose Quintana
4887536776
refactor: MacOSX13.3 sdk changelog update 2023-09-26 23:18:22 +02:00
Jose Quintana
ef006a6f93
feat: MacOSX13.3.sdk.tar.xz 2023-08-18 17:07:42 +02:00
Jose Quintana
9e7dc241d2
OS X 10.9 2023-06-23 23:24:16 +02:00
Jose Quintana
e2266379ca
Merge pull request #6 from OmniBlade/10.9
feat: MacOSX10.9.sdk.tar.xz
2023-06-23 22:37:49 +02:00
OmniBlade
07dfca2f7b feat: MacOSX10.9.sdk.tar.xz 2023-06-23 09:21:09 +01:00
Jose Quintana
a609c160ad
OS X 10.10 2023-06-02 22:00:43 +02:00
Jose Quintana
6834dbbe0b
Merge pull request #5 from OmniBlade/10.10
feat: MacOSX10.10.sdk.tar.xz
2023-06-02 21:52:19 +02:00
OmniBlade
f09b55c24d feat: MacOSX10.10.sdk.tar.xz 2023-06-02 13:32:08 +01:00
Jose Quintana
b4356ad0cc
OS X 10.11 2023-05-17 05:23:00 +02:00
Jose Quintana
fb035ad0ee
Merge pull request #4 from OmniBlade/10.11
feat: MacOSX10.11.sdk.tar.xz
2023-05-17 04:58:28 +02:00
OmniBlade
67b431afab feat: MacOSX10.11.sdk.tar.xz 2023-05-16 09:13:20 +01:00
Jose Quintana
044589ec4b
macOS 10.12 2023-05-15 22:09:19 +02:00
Jose Quintana
3376765609
Merge pull request #3 from OmniBlade/10.12
feat: MacOSX10.12.sdk.tar.xz
2023-05-15 21:47:59 +02:00
OmniBlade
debeb3718a feat: MacOSX10.12.sdk.tar.xz 2023-05-15 16:18:28 +01:00
Jose Quintana
29d8840c87
feat: changelog, json sdks and contribution info 2023-05-11 22:52:26 +02:00
Jose Quintana
b9d480ccb4
feat: MacOSX13.1.sdk.tar.xz 2023-02-19 22:51:07 +01:00
Jose Quintana
7e12ceb8df
feat: MacOSX13.sdk.tar.xz 2023-02-19 22:38:59 +01:00
Jose Quintana
60e1b44baf
feat: MacOSX12.3.sdk 2022-03-18 10:29:36 +01:00
Jose Quintana
40aece9669
feat: MacOSX12.1.sdk 2022-03-17 10:10:43 +01:00
4 changed files with 740 additions and 1 deletions

6
.gitignore vendored Normal file
View file

@ -0,0 +1,6 @@
*
!.gitignore
!README.md
!CHANGELOG.md
!macosx_sdks.json

358
CHANGELOG.md Normal file
View file

@ -0,0 +1,358 @@
# Mac OS X SDKs - Changelog
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).
**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][26.0]
# [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).
**SHA256SUM:** `c15cf0f3f17d714d1aa5a642da8e118db53d79429eb015771ba816aa7c6c1cbd`
__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.4](https://github.com/joseluisq/macosx-sdks/releases/tag/15.4) - Apr 10, 2025
[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).
**SHA256SUM:** `a0b7b66912ac0da0e45b304a332bacdbe58ca172220820d425edb28213962f81`
__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]
# [15.2](https://github.com/joseluisq/macosx-sdks/releases/tag/15.2) - Dec 31, 2024
[macOS Sequoia 15.2](https://developer.apple.com/documentation/macos-release-notes/macos-15_2-release-notes) SDK packaged using [osxcross](https://github.com/tpoechtrager/osxcross#packaging-the-sdk).
**SHA256SUM:** `b090a2bd6b0566616da8bdb9a88ab84e842fd3f44ff4be6a3d795a599d462a0e`
__Note:__
Please ensure you have read and understood the [Xcode license terms](https://www.apple.com/legal/sla/docs/xcode.pdf) first.
[Changes][15.2]
# [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
[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).
**SHA256SUM:** `9df0293776fdc8a2060281faef929bf2fe1874c1f9368993e7a4ef87b1207f98`
__Note:__
Please ensure you have read and understood the [Xcode license terms](https://www.apple.com/legal/sla/docs/xcode.pdf) first.
[Changes][15.0]
# [14.5](https://github.com/joseluisq/macosx-sdks/releases/tag/14.5) - May 16, 2024
[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).
**SHA256SUM:** `6e146275d19f027faa2e8354da5e0267513abf013b8f16ad65a231653a2b1c5d`
__Note:__
Please ensure you have read and understood the [Xcode license terms](https://www.apple.com/legal/sla/docs/xcode.pdf) first.
[Changes][14.5]
# [14.4](https://github.com/joseluisq/macosx-sdks/releases/tag/14.4) - Mar 8, 2024
[macOS Sonoma 14.4](https://developer.apple.com/documentation/macos-release-notes/macos-14_4-release-notes) SDK packaged using [osxcross](https://github.com/tpoechtrager/osxcross#packaging-the-sdk).
**SHA256SUM:** `5170364da96521a8cfeb4c7b8ffa810f82bd7494bd7a93653b6054101ac6cbe7`
__Note:__
Please ensure you have read and understood the [Xcode license terms](https://www.apple.com/legal/sla/docs/xcode.pdf) first.
[Changes][14.4]
# [14.2](https://github.com/joseluisq/macosx-sdks/releases/tag/14.2) - Sep 26, 2023
[macOS Sonoma 14.2](https://developer.apple.com/documentation/macos-release-notes/macos-14_2-release-notes) SDK packaged using [osxcross](https://github.com/tpoechtrager/osxcross#packaging-the-sdk).
**SHA256SUM:** `f8d1eef4657df91d3ea8a8ee810d3e14e0291032a64d6643e8add4c5155e6f60`
__Note:__
Please ensure you have read and understood the [Xcode license terms](https://www.apple.com/legal/sla/docs/xcode.pdf) first.
[Changes][14.2]
# [14.0](https://github.com/joseluisq/macosx-sdks/releases/tag/14.0) - Sep 26, 2023
[macOS Sonoma 14.0](https://developer.apple.com/documentation/macos-release-notes/macos-14-release-notes) SDK packaged using [osxcross](https://github.com/tpoechtrager/osxcross#packaging-the-sdk).
**SHA256SUM:** `5e4d3be6b445f0eacc0333ff2117e93e4433d8c4fe44053a14f735033a98aaa9`
__Note:__
Please ensure you have read and understood the [Xcode license terms](https://www.apple.com/legal/sla/docs/xcode.pdf) first.
[Changes][14.0]
# [13.3](https://github.com/joseluisq/macosx-sdks/releases/tag/13.3) - Aug 18, 2023
[macOS Ventura 13.3](https://developer.apple.com/documentation/macos-release-notes/macos-13_3-release-notes) SDK packaged using [osxcross](https://github.com/tpoechtrager/osxcross#packaging-the-sdk).
**SHA256SUM:** `518e35eae6039b3f64e8025f4525c1c43786cc5cf39459d609852faf091e34be`
__Note:__
Please ensure you have read and understood the [Xcode license terms](https://www.apple.com/legal/sla/docs/xcode.pdf) first.
[Changes][13.3]
# [10.9](https://github.com/joseluisq/macosx-sdks/releases/tag/10.9) - Jun 23, 2023
[OS X Mavericks 10.9](https://en.wikipedia.org/wiki/OS_X_Mavericks) SDK packaged using [osxcross](https://github.com/tpoechtrager/osxcross#packaging-the-sdk).
**SHA256SUM:** `6e1dc54e46bb1397b9db7194933475aae9c2df1267a4d20f6d0a8dfff72c3b03`
__Features__
- [e226637](https://github.com/joseluisq/macosx-sdks/commit/e2266379ca2e1dd486e472409484b75820b60347) OS X Mavericks 10.9 SDK. PR [#6](https://github.com/joseluisq/macosx-sdks/pull/6) by [@OmniBlade](https://github.com/OmniBlade).
__Note:__
Please ensure you have read and understood the [Xcode license terms](https://www.apple.com/legal/sla/docs/xcode.pdf) first.
[Changes][10.9]
# [10.10](https://github.com/joseluisq/macosx-sdks/releases/tag/10.10) - Jun 02, 2023
[OS X Yosemite 10.10](https://en.wikipedia.org/wiki/OS_X_Yosemite) SDK packaged using [osxcross](https://github.com/tpoechtrager/osxcross#packaging-the-sdk).
**SHA256SUM:** `bfc056a5ad80403d72d7a50319bdd106545ea5936af2c343a517f96bdec4caee`
__Features__
- [f09b55c](https://github.com/joseluisq/macosx-sdks/commit/f09b55c24d39d53bf62099050b80e8e5f74ffd5c) OS X Yosemite 10.10 SDK. PR [#5](https://github.com/joseluisq/macosx-sdks/pull/5) by [@OmniBlade](https://github.com/OmniBlade).
__Note:__
Please ensure you have read and understood the [Xcode license terms](https://www.apple.com/legal/sla/docs/xcode.pdf) first.
[Changes][10.10]
# [10.11](https://github.com/joseluisq/macosx-sdks/releases/tag/10.11) - May 17, 2023
[OS X El Capitan 10.11](https://en.wikipedia.org/wiki/OS_X_El_Capitan) SDK packaged using [osxcross](https://github.com/tpoechtrager/osxcross#packaging-the-sdk).
**SHA256SUM:** `994b7a737a9f5e797af62463e1d540fca99e33b4c1448ad11ba1548424d26807`
__Features__
- [fb035ad](https://github.com/joseluisq/macosx-sdks/commit/fb035ad0ee0f0efdfd3d701d850baaa274793001) OS X El Capitan 10.11 SDK. PR [#4](https://github.com/joseluisq/macosx-sdks/pull/4) by [@OmniBlade](https://github.com/OmniBlade).
__Note:__
Please ensure you have read and understood the [Xcode license terms](https://www.apple.com/legal/sla/docs/xcode.pdf) first.
[Changes][10.11]
# [10.12](https://github.com/joseluisq/macosx-sdks/releases/tag/10.12) - May 15, 2023
[macOS Sierra 10.12](https://en.wikipedia.org/wiki/MacOS_Sierra) SDK packaged using [osxcross](https://github.com/tpoechtrager/osxcross#packaging-the-sdk).
**SHA256SUM:** `53f552170d0789bef2cd6d3dfa8f710b84843d7601175f041f302618b51d5a13`
__Features__
- [debeb37](https://github.com/joseluisq/macosx-sdks/commit/debeb3718ad2f41d1971f1247bb3ae3e1cfd0cd3) macOS Sierra 10.12 SDK. PR [#3](https://github.com/joseluisq/macosx-sdks/pull/3) by [@OmniBlade](https://github.com/OmniBlade).
__Note:__
Please ensure you have read and understood the [Xcode license terms](https://www.apple.com/legal/sla/docs/xcode.pdf) first.
[Changes][10.12]
# [13.1](https://github.com/joseluisq/macosx-sdks/releases/tag/13.1) - Feb 19, 2023
[macOS Ventura 13.1](https://developer.apple.com/documentation/macos-release-notes/macos-13_1-release-notes) SDK packaged using [osxcross](https://github.com/tpoechtrager/osxcross#packaging-the-sdk).
**SHA256SUM:** `efa167d0e463e40f9a3f3e95a2d4f265552834442872341d5669d3264ba9b702`
__Note:__
Please ensure you have read and understood the [Xcode license terms](https://www.apple.com/legal/sla/docs/xcode.pdf) first.
[Changes][13.1]
# [13.0](https://github.com/joseluisq/macosx-sdks/releases/tag/13.0) - Feb 19, 2023
[macOS Ventura 13](https://developer.apple.com/documentation/macos-release-notes/macos-13-release-notes) SDK packaged using [osxcross](https://github.com/tpoechtrager/osxcross#packaging-the-sdk).
**SHA256SUM:** `6e9bd8683866afb310f538757744c606a924f5ba9baa71550ce337eb2695d1a2`
__Note:__
Please ensure you have read and understood the [Xcode license terms](https://www.apple.com/legal/sla/docs/xcode.pdf) first.
[Changes][13.0]
# [12.3](https://github.com/joseluisq/macosx-sdks/releases/tag/12.3) - Mar 18, 2022
[macOS Monterey 12.3](https://developer.apple.com/documentation/macos-release-notes/macos-12_3-release-notes) SDK packaged using [osxcross](https://github.com/tpoechtrager/osxcross#packaging-the-sdk).
**SHA256SUM:** `3abd261ceb483c44295a6623fdffe5d44fc4ac2c872526576ec5ab5ad0f6e26c`
__Note:__
Please ensure you have read and understood the [Xcode license terms](https://www.apple.com/legal/sla/docs/xcode.pdf) first.
[Changes][12.3]
# [12.1](https://github.com/joseluisq/macosx-sdks/releases/tag/12.1) - Mar 17, 2022
[macOS Monterey 12.1](https://developer.apple.com/documentation/macos-release-notes/macos-12_1-release-notes) SDK packaged using [osxcross](https://github.com/tpoechtrager/osxcross#packaging-the-sdk).
**SHA256SUM:** `a1a6d4340faa7d2744f1fc63b093226da90681288507446b98795a26a6ade4bb`
__Note:__
Please ensure you have read and understood the [Xcode license terms](https://www.apple.com/legal/sla/docs/xcode.pdf) first.
[Changes][12.1]
# [10.13](https://github.com/joseluisq/macosx-sdks/releases/tag/10.13) - Nov 03, 2021
[macOS High Sierra 10.13](https://en.wikipedia.org/wiki/MacOS_High_Sierra) SDK packaged using [osxcross](https://github.com/tpoechtrager/osxcross#packaging-the-sdk).
**SHA256SUM:** `9d3eddc34a510198694f5ec7cfbdebaee4c0c7ba68ad1d957cb566649c9a0f84`
__Note:__
Please ensure you have read and understood the [Xcode license terms](https://www.apple.com/legal/sla/docs/xcode.pdf) first.
Feature request by [@Gcenx](https://github.com/Gcenx)
[Changes][10.13]
# [12.0](https://github.com/joseluisq/macosx-sdks/releases/tag/12.0) - Nov 02, 2021
[macOS Monterey 12.0.1](https://developer.apple.com/documentation/macos-release-notes/macos-12_0_1-release-notes) SDK packaged using [osxcross](https://github.com/tpoechtrager/osxcross#packaging-the-sdk).
**SHA256SUM:** `ac07f28c09e6a3b09a1c01f1535ee71abe8017beaedd09181c8f08936a510ffd`
__Note:__
Please ensure you have read and understood the [Xcode license terms](https://www.apple.com/legal/sla/docs/xcode.pdf) first.
[Changes][12.0]
# [11.3](https://github.com/joseluisq/macosx-sdks/releases/tag/11.3) - Jun 22, 2021
[macOS Big Sur 11.3](https://developer.apple.com/documentation/macos-release-notes/macos-big-sur-11_3-release-notes) SDK packaged using [osxcross](https://github.com/tpoechtrager/osxcross#packaging-the-sdk).
**SHA256SUM:** `9adc1373d3879e1973d28ad9f17c9051b02931674a3ec2a2498128989ece2cb1`
__Note:__
Please ensure you have read and understood the [Xcode license terms](https://www.apple.com/legal/sla/docs/xcode.pdf) first.
[Changes][11.3]
# [10.14](https://github.com/joseluisq/macosx-sdks/releases/tag/10.14) - Jan 15, 2021
[macOS Mojave 10.14](https://developer.apple.com/documentation/macos-release-notes/macos-mojave-10_14-release-notes) SDK packaged using [osxcross](https://github.com/tpoechtrager/osxcross#packaging-the-sdk).
**SHA256SUM:** `c70022ac6561a700d5d1348e675c5b0bcc29d13e6a6cee764a1de222248b882e`
__Note:__
Please ensure you have read and understood the [Xcode license terms](https://www.apple.com/legal/sla/docs/xcode.pdf) first.
[Changes][10.14]
# [11.1](https://github.com/joseluisq/macosx-sdks/releases/tag/11.1) - Jan 03, 2021
[macOS Big Sur 11.1](https://developer.apple.com/documentation/macos-release-notes/macos-big-sur-11_1-release-notes) SDK packaged using [osxcross](https://github.com/tpoechtrager/osxcross#packaging-the-sdk).
**SHA256SUM:** `97a916b0b68aae9dcd32b7d12422ede3e5f34db8e169fa63bfb18ec410b8f5d9`
__Note:__
Please ensure you have read and understood the [Xcode license terms](https://www.apple.com/legal/sla/docs/xcode.pdf) first.
[Changes][11.1]
# [10.15](https://github.com/joseluisq/macosx-sdks/releases/tag/10.15) - Jan 02, 2021
[macOS Catalina 10.15](https://developer.apple.com/documentation/macos-release-notes/macos-catalina-10_15-release-notes) SDK packaged using [osxcross](https://github.com/tpoechtrager/osxcross#packaging-the-sdk).
**SHA256SUM:** `aee7b132a4b10cc26ab9904706412fd0907f5b8b660251e465647d8763f9f009`
__Note:__
Please ensure you have read and understood the [Xcode license terms](https://www.apple.com/legal/sla/docs/xcode.pdf) first.
[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
[15.2]: https://github.com/joseluisq/macosx-sdks/compare/15.1...15.2
[15.1]: https://github.com/joseluisq/macosx-sdks/compare/15.0...15.1
[15.0]: https://github.com/joseluisq/macosx-sdks/compare/14.5...15.0
[14.5]: https://github.com/joseluisq/macosx-sdks/compare/14.4...14.5
[14.4]: https://github.com/joseluisq/macosx-sdks/compare/14.2...14.4
[14.2]: https://github.com/joseluisq/macosx-sdks/compare/14.0...14.2
[14.0]: https://github.com/joseluisq/macosx-sdks/compare/13.3...14.0
[13.3]: https://github.com/joseluisq/macosx-sdks/compare/10.9...13.3
[10.9]: https://github.com/joseluisq/macosx-sdks/compare/10.10...10.9
[10.10]: https://github.com/joseluisq/macosx-sdks/compare/10.11...10.10
[10.11]: https://github.com/joseluisq/macosx-sdks/compare/10.12...10.11
[10.12]: https://github.com/joseluisq/macosx-sdks/compare/13.1...10.12
[13.1]: https://github.com/joseluisq/macosx-sdks/compare/13.0...13.1
[13.0]: https://github.com/joseluisq/macosx-sdks/compare/12.3...13.0
[12.3]: https://github.com/joseluisq/macosx-sdks/compare/12.1...12.3
[12.1]: https://github.com/joseluisq/macosx-sdks/compare/10.13...12.1
[10.13]: https://github.com/joseluisq/macosx-sdks/compare/12.0...10.13
[12.0]: https://github.com/joseluisq/macosx-sdks/compare/11.3...12.0
[11.3]: https://github.com/joseluisq/macosx-sdks/compare/10.14...11.3
[10.14]: https://github.com/joseluisq/macosx-sdks/compare/11.1...10.14
[11.1]: https://github.com/joseluisq/macosx-sdks/compare/10.15...11.1
[10.15]: https://github.com/joseluisq/macosx-sdks/tree/10.15

View file

@ -8,14 +8,50 @@ 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)
- [Mac OS X 15.2 (macOS Sequoia)](https://github.com/joseluisq/macosx-sdks/releases/tag/15.2)
- [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 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.2 (macOS Sonoma)](https://github.com/joseluisq/macosx-sdks/releases/tag/14.2)
- [Mac OS X 14.0 (macOS Sonoma)](https://github.com/joseluisq/macosx-sdks/releases/tag/14.0)
- [Mac OS X 13.3 (macOS Ventura)](https://github.com/joseluisq/macosx-sdks/releases/tag/13.3)
- [Mac OS X 13.1 (macOS Ventura)](https://github.com/joseluisq/macosx-sdks/releases/tag/13.1)
- [Mac OS X 13.0 (macOS Ventura)](https://github.com/joseluisq/macosx-sdks/releases/tag/13.0)
- [Mac OS X 12.3 (macOS Monterey)](https://github.com/joseluisq/macosx-sdks/releases/tag/12.3)
- [Mac OS X 12.1 (macOS Monterey)](https://github.com/joseluisq/macosx-sdks/releases/tag/12.1)
- [Mac OS X 12.0 (macOS Monterey)](https://github.com/joseluisq/macosx-sdks/releases/tag/12.0)
- [Mac OS X 11.3 (macOS Big Sur)](https://github.com/joseluisq/macosx-sdks/releases/tag/11.3)
- [Mac OS X 11.1 (macOS Big Sur)](https://github.com/joseluisq/macosx-sdks/releases/tag/11.1)
- [Mac OS X 10.15 (macOS Catalina)](https://github.com/joseluisq/macosx-sdks/releases/tag/10.15)
- [Mac OS X 10.14 (macOS Mojave)](https://github.com/joseluisq/macosx-sdks/releases/tag/10.14)
- [Mac OS X 10.13 (macOS High Sierra)](https://github.com/joseluisq/macosx-sdks/releases/tag/10.13)
- [Mac OS X 10.12 (macOS Sierra)](https://github.com/joseluisq/macosx-sdks/releases/tag/10.12)
- [Mac OS X 10.11 (OS X El Capitan)](https://github.com/joseluisq/macosx-sdks/releases/tag/10.11)
- [Mac OS X 10.10 (OS X Yosemite)](https://github.com/joseluisq/macosx-sdks/releases/tag/10.10)
- [Mac OS X 10.9 (OS X Mavericks)](https://github.com/joseluisq/macosx-sdks/releases/tag/10.9)
*SDKs packaged using **osxcross**. Checkout [Packaging the SDK on macOS](https://github.com/tpoechtrager/osxcross#packaging-the-sdk) for more details.*
All SDKs were packaged using **osxcross**. Check out [Packaging the SDK on macOS](https://github.com/tpoechtrager/osxcross#packaging-the-sdk) for more details.
## JSON SDKs
A list of all provided SDKs can be also found on [macosx_sdks.json](./macosx_sdks.json).
## Contributions
If you would like to contribute a new SDK, please make sure of the following:
- Your SDK is packaged using osxcross. See [Packaging the SDK on macOS](https://github.com/tpoechtrager/osxcross#packaging-the-sdk) for more details.
- Please only one pull request per SDK (for better tracking and consistency reasons).
- Add an entry in the [SDKs](#sdks) section as well as in [macosx_sdks.json](./macosx_sdks.json) file (follow the *newer/up - older/down* order).
- Provide a link for the preliminary download of your SDK and its [SHA256SUM](https://linux.die.net/man/1/sha256sum) for testing.
- Open a [pull request](https://github.com/joseluisq/macosx-sdks/pulls) and wait for approval. Usually after merging, a new release should be coming right after.
Feel free to file an [issue](https://github.com/joseluisq/macosx-sdks/issues).
## Resources

339
macosx_sdks.json Normal file
View file

@ -0,0 +1,339 @@
[
{
"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": "25.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",
"darwin": "24.5.0",
"release_date": "2025-05-12",
"architectures": [
"x86_64",
"arm64"
],
"github_release": "https://github.com/joseluisq/macosx-sdks/releases/tag/15.5",
"github_download_url": "https://github.com/joseluisq/macosx-sdks/releases/download/15.5/MacOSX15.5.sdk.tar.xz",
"github_download_sha256sum": "c15cf0f3f17d714d1aa5a642da8e118db53d79429eb015771ba816aa7c6c1cbd"
},
{
"version": "macOS 15.4",
"name": "Sequoia",
"darwin": "24.4.0",
"release_date": "2025-03-31",
"architectures": [
"x86_64",
"arm64"
],
"github_release": "https://github.com/joseluisq/macosx-sdks/releases/tag/15.4",
"github_download_url": "https://github.com/joseluisq/macosx-sdks/releases/download/15.4/MacOSX15.4.sdk.tar.xz",
"github_download_sha256sum": "a0b7b66912ac0da0e45b304a332bacdbe58ca172220820d425edb28213962f81"
},
{
"version": "macOS 15.2",
"name": "Sequoia",
"darwin": "24.2.0",
"release_date": "2024-12-11",
"architectures": [
"x86_64",
"arm64"
],
"github_release": "https://github.com/joseluisq/macosx-sdks/releases/tag/15.2",
"github_download_url": "https://github.com/joseluisq/macosx-sdks/releases/download/15.2/MacOSX15.2.sdk.tar.xz",
"github_download_sha256sum": "b090a2bd6b0566616da8bdb9a88ab84e842fd3f44ff4be6a3d795a599d462a0e"
},
{
"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",
"name": "Sequoia",
"darwin": "24.0.0",
"release_date": "2024-09-16",
"architectures": [
"x86_64",
"arm64"
],
"github_release": "https://github.com/joseluisq/macosx-sdks/releases/tag/15.0",
"github_download_url": "https://github.com/joseluisq/macosx-sdks/releases/download/15.0/MacOSX15.0.sdk.tar.xz",
"github_download_sha256sum": "9df0293776fdc8a2060281faef929bf2fe1874c1f9368993e7a4ef87b1207f98"
},
{
"version": "macOS 14.5",
"name": "Sonoma",
"darwin": "23.5.0",
"release_date": "2024-05-13",
"architectures": [
"x86_64",
"arm64"
],
"github_release": "https://github.com/joseluisq/macosx-sdks/releases/tag/14.5",
"github_download_url": "https://github.com/joseluisq/macosx-sdks/releases/download/14.5/MacOSX14.5.sdk.tar.xz",
"github_download_sha256sum": "6e146275d19f027faa2e8354da5e0267513abf013b8f16ad65a231653a2b1c5d"
},
{
"version": "macOS 14.4",
"name": "Sonoma",
"darwin": "23.4.0",
"release_date": "2024-03-07",
"architectures": [
"x86_64",
"arm64"
],
"github_release": "https://github.com/joseluisq/macosx-sdks/releases/tag/14.4",
"github_download_url": "https://github.com/joseluisq/macosx-sdks/releases/download/14.4/MacOSX14.4.sdk.tar.xz",
"github_download_sha256sum": "5170364da96521a8cfeb4c7b8ffa810f82bd7494bd7a93653b6054101ac6cbe7"
},
{
"version": "macOS 14.2",
"name": "Sonoma",
"darwin": "23.2.0",
"release_date": "2023-12-11",
"architectures": [
"x86_64",
"arm64"
],
"github_release": "https://github.com/joseluisq/macosx-sdks/releases/tag/14.2",
"github_download_url": "https://github.com/joseluisq/macosx-sdks/releases/download/14.2/MacOSX14.2.sdk.tar.xz",
"github_download_sha256sum": "f8d1eef4657df91d3ea8a8ee810d3e14e0291032a64d6643e8add4c5155e6f60"
},
{
"version": "macOS 14.0",
"name": "Sonoma",
"darwin": "23.0.0",
"release_date": "2023-09-26",
"architectures": [
"x86_64",
"arm64"
],
"github_release": "https://github.com/joseluisq/macosx-sdks/releases/tag/14.0",
"github_download_url": "https://github.com/joseluisq/macosx-sdks/releases/download/14.0/MacOSX14.0.sdk.tar.xz",
"github_download_sha256sum": "5e4d3be6b445f0eacc0333ff2117e93e4433d8c4fe44053a14f735033a98aaa9"
},
{
"version": "macOS 13.3",
"name": "Ventura",
"darwin": "22.4.0",
"release_date": "2023-03-27",
"architectures": [
"x86_64",
"arm64"
],
"github_release": "https://github.com/joseluisq/macosx-sdks/releases/tag/13.3",
"github_download_url": "https://github.com/joseluisq/macosx-sdks/releases/download/13.3/MacOSX13.3.sdk.tar.xz",
"github_download_sha256sum": "518e35eae6039b3f64e8025f4525c1c43786cc5cf39459d609852faf091e34be"
},
{
"version": "macOS 13.1",
"name": "Ventura",
"darwin": "22.2.0",
"release_date": "2022-12-13",
"architectures": [
"x86_64",
"arm64"
],
"github_release": "https://github.com/joseluisq/macosx-sdks/releases/tag/13.1",
"github_download_url": "https://github.com/joseluisq/macosx-sdks/releases/download/13.1/MacOSX13.1.sdk.tar.xz",
"github_download_sha256sum": "efa167d0e463e40f9a3f3e95a2d4f265552834442872341d5669d3264ba9b702"
},
{
"version": "macOS 13.0",
"name": "Ventura",
"darwin": "22.1.0",
"release_date": "2022-10-24",
"architectures": [
"x86_64",
"arm64"
],
"github_release": "https://github.com/joseluisq/macosx-sdks/releases/tag/13.0",
"github_download_url": "https://github.com/joseluisq/macosx-sdks/releases/download/13.0/MacOSX13.0.sdk.tar.xz",
"github_download_sha256sum": "6e9bd8683866afb310f538757744c606a924f5ba9baa71550ce337eb2695d1a2"
},
{
"version": "macOS 12.3",
"name": "Monterey",
"darwin": "21.4.0",
"release_date": "2022-03-14",
"architectures": [
"x86_64",
"arm64"
],
"github_release": "https://github.com/joseluisq/macosx-sdks/releases/tag/12.3",
"github_download_url": "https://github.com/joseluisq/macosx-sdks/releases/download/12.3/MacOSX12.3.sdk.tar.xz",
"github_download_sha256sum": "3abd261ceb483c44295a6623fdffe5d44fc4ac2c872526576ec5ab5ad0f6e26c"
},
{
"version": "macOS 12.1",
"name": "Monterey",
"darwin": "21.2.0",
"release_date": "2021-12-07",
"architectures": [
"x86_64",
"arm64"
],
"github_release": "https://github.com/joseluisq/macosx-sdks/releases/tag/12.1",
"github_download_url": "https://github.com/joseluisq/macosx-sdks/releases/download/12.1/MacOSX12.1.sdk.tar.xz",
"github_download_sha256sum": "a1a6d4340faa7d2744f1fc63b093226da90681288507446b98795a26a6ade4bb"
},
{
"version": "macOS 12.0",
"name": "Monterey",
"darwin": "21.0.1",
"release_date": "2021-04-20",
"architectures": [
"x86_64",
"arm64"
],
"github_release": "https://github.com/joseluisq/macosx-sdks/releases/tag/12.0",
"github_download_url": "https://github.com/joseluisq/macosx-sdks/releases/download/12.0/MacOSX12.0.sdk.tar.xz",
"github_download_sha256sum": "ac07f28c09e6a3b09a1c01f1535ee71abe8017beaedd09181c8f08936a510ffd"
},
{
"version": "macOS 11.3",
"name": "Big Sur",
"darwin": "20.4.0",
"release_date": "2021-04-20",
"architectures": [
"x86_64",
"arm64"
],
"github_release": "https://github.com/joseluisq/macosx-sdks/releases/tag/11.3",
"github_download_url": "https://github.com/joseluisq/macosx-sdks/releases/download/11.3/MacOSX11.3.sdk.tar.xz",
"github_download_sha256sum": "9adc1373d3879e1973d28ad9f17c9051b02931674a3ec2a2498128989ece2cb1"
},
{
"version": "macOS 11.1",
"name": "Big Sur",
"darwin": "20.2.0",
"release_date": "2020-11-12",
"architectures": [
"x86_64",
"arm64"
],
"github_release": "https://github.com/joseluisq/macosx-sdks/releases/tag/11.1",
"github_download_url": "https://github.com/joseluisq/macosx-sdks/releases/download/11.1/MacOSX11.1.sdk.tar.xz",
"github_download_sha256sum": "97a916b0b68aae9dcd32b7d12422ede3e5f34db8e169fa63bfb18ec410b8f5d9"
},
{
"version": "macOS 10.15",
"name": "Catalina",
"darwin": "19.0.0",
"release_date": "2019-10-07",
"architectures": [
"x86_64"
],
"github_release": "https://github.com/joseluisq/macosx-sdks/releases/tag/10.15",
"github_download_url": "https://github.com/joseluisq/macosx-sdks/releases/download/10.15/MacOSX10.15.sdk.tar.xz",
"github_download_sha256sum": "aee7b132a4b10cc26ab9904706412fd0907f5b8b660251e465647d8763f9f009"
},
{
"version": "macOS 10.14",
"name": "Mojave",
"darwin": "18.0.0",
"release_date": "2018-09-24",
"architectures": [
"x86",
"x86_64"
],
"github_release": "https://github.com/joseluisq/macosx-sdks/releases/tag/10.14",
"github_download_url": "https://github.com/joseluisq/macosx-sdks/releases/download/10.14/MacOSX10.14.sdk.tar.bz2",
"github_download_sha256sum": "c70022ac6561a700d5d1348e675c5b0bcc29d13e6a6cee764a1de222248b882e"
},
{
"version": "macOS 10.13",
"name": "High Sierra",
"darwin": "17.0.0",
"release_date": "2017-09-25",
"architectures": [
"x86",
"x86_64"
],
"github_release": "https://github.com/joseluisq/macosx-sdks/releases/tag/10.13",
"github_download_url": "https://github.com/joseluisq/macosx-sdks/releases/download/10.13/MacOSX10.13.sdk.tar.xz",
"github_download_sha256sum": "9d3eddc34a510198694f5ec7cfbdebaee4c0c7ba68ad1d957cb566649c9a0f84"
},
{
"version": "macOS 10.12",
"name": "Sierra",
"darwin": "16.0.0",
"release_date": "2016-09-13",
"architectures": [
"x86",
"x86_64"
],
"github_release": "https://github.com/joseluisq/macosx-sdks/releases/tag/10.12",
"github_download_url": "https://github.com/joseluisq/macosx-sdks/releases/download/10.12/MacOSX10.12.sdk.tar.xz",
"github_download_sha256sum": "53f552170d0789bef2cd6d3dfa8f710b84843d7601175f041f302618b51d5a13"
},
{
"version": "OS X 10.11",
"name": "El Capitan",
"darwin": "15.0.0",
"release_date": "2015-09-16",
"architectures": [
"x86",
"x86_64"
],
"github_release": "https://github.com/joseluisq/macosx-sdks/releases/tag/10.11",
"github_download_url": "https://github.com/joseluisq/macosx-sdks/releases/download/10.11/MacOSX10.11.sdk.tar.xz",
"github_download_sha256sum": "994b7a737a9f5e797af62463e1d540fca99e33b4c1448ad11ba1548424d26807"
},
{
"version": "OS X 10.10",
"name": "Yosemite",
"darwin": "14.0.0",
"release_date": "2014-10-16",
"architectures": [
"x86",
"x86_64"
],
"github_release": "https://github.com/joseluisq/macosx-sdks/releases/tag/10.10",
"github_download_url": "https://github.com/joseluisq/macosx-sdks/releases/download/10.10/MacOSX10.10.sdk.tar.xz",
"github_download_sha256sum": "bfc056a5ad80403d72d7a50319bdd106545ea5936af2c343a517f96bdec4caee"
},
{
"version": "OS X 10.9",
"name": "Mavericks",
"darwin": "13.0.0",
"release_date": "2013-10-22",
"architectures": [
"x86",
"x86_64"
],
"github_release": "https://github.com/joseluisq/macosx-sdks/releases/tag/10.9",
"github_download_url": "https://github.com/joseluisq/macosx-sdks/releases/download/10.9/MacOSX10.9.sdk.tar.xz",
"github_download_sha256sum": "6e1dc54e46bb1397b9db7194933475aae9c2df1267a4d20f6d0a8dfff72c3b03"
}
]