mirror of
https://github.com/joseluisq/macosx-sdks.git
synced 2026-03-22 19:40:13 +00:00
feat: MacOSX14.4.sdk.tar.xz
This commit is contained in:
parent
d9fb5c89d1
commit
8ad8ac74c5
3 changed files with 29 additions and 0 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
|
@ -2,6 +2,20 @@
|
|||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
# [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]
|
||||
|
||||
<a name="14.2"></a>
|
||||
|
||||
# [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).
|
||||
|
|
@ -254,6 +268,7 @@ Please ensure you have read and understood the [Xcode license terms](https://www
|
|||
|
||||
[Changes][10.15]
|
||||
|
||||
[14.4]: https://github.com/joseluisq/macosx-sdks/compare/14.4...14.2
|
||||
[14.2]: https://github.com/joseluisq/macosx-sdks/compare/14.2...14.0
|
||||
[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
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ Please ensure you have read and understood first the [Xcode license terms](https
|
|||
|
||||
## SDKs
|
||||
|
||||
- [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)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,17 @@
|
|||
[
|
||||
{
|
||||
"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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue