Skip to content

Commit 43cc164

Browse files
committed
feat: MacOSX14.5.sdk.tar.xz
1 parent 8ad8ac7 commit 43cc164

3 files changed

Lines changed: 29 additions & 0 deletions

File tree

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+
# [14.5](https://github.com/joseluisq/macosx-sdks/releases/tag/14.5) - May 16, 2024
6+
7+
[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).
8+
9+
**SHA256SUM:** `6e146275d19f027faa2e8354da5e0267513abf013b8f16ad65a231653a2b1c5d`
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][14.5]
16+
17+
<a name="14.4"></a>
18+
519
# [14.4](https://github.com/joseluisq/macosx-sdks/releases/tag/14.4) - Mar 8, 2024
620

721
[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).
@@ -268,6 +282,7 @@ Please ensure you have read and understood the [Xcode license terms](https://www
268282

269283
[Changes][10.15]
270284

285+
[14.5]: https://github.com/joseluisq/macosx-sdks/compare/14.5...14.4
271286
[14.4]: https://github.com/joseluisq/macosx-sdks/compare/14.4...14.2
272287
[14.2]: https://github.com/joseluisq/macosx-sdks/compare/14.2...14.0
273288
[14.0]: https://github.com/joseluisq/macosx-sdks/compare/13.3...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 14.5 (macOS Sonoma)](https://github.com/joseluisq/macosx-sdks/releases/tag/14.5)
1112
- [Mac OS X 14.4 (macOS Sonoma)](https://github.com/joseluisq/macosx-sdks/releases/tag/14.4)
1213
- [Mac OS X 14.2 (macOS Sonoma)](https://github.com/joseluisq/macosx-sdks/releases/tag/14.2)
1314
- [Mac OS X 14.0 (macOS Sonoma)](https://github.com/joseluisq/macosx-sdks/releases/tag/14.0)

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 14.5",
4+
"name": "Sonoma",
5+
"darwin": "23.5.0",
6+
"release_date": "2024-05-13",
7+
"architectures": [
8+
"x86_64",
9+
"arm64"
10+
],
11+
"github_release": "https://github.com/joseluisq/macosx-sdks/releases/tag/14.5",
12+
"github_download_url": "https://github.com/joseluisq/macosx-sdks/releases/download/14.5/MacOSX14.5.sdk.tar.xz",
13+
"github_download_sha256sum": "6e146275d19f027faa2e8354da5e0267513abf013b8f16ad65a231653a2b1c5d"
14+
},
215
{
316
"version": "macOS 14.4",
417
"name": "Sonoma",

0 commit comments

Comments
 (0)