macosx-sdks/README.md

27 lines
1.6 KiB
Markdown
Raw Normal View History

2021-01-02 01:59:28 +01:00
# Mac OS X SDKs
2021-01-03 23:29:41 +01:00
> Some Mac OS X SDKs for development purposes with [osxcross](https://github.com/tpoechtrager/osxcross) (a macOS Cross toolchain for Linux and BSDs).
__NOTE:__
Please ensure you have read and understood first the [Xcode license terms](https://www.apple.com/legal/sla/docs/xcode.pdf).
## SDKs
2023-02-19 22:38:59 +01:00
- [Mac OS X 13.0 (macOS Ventura)](https://github.com/joseluisq/macosx-sdks/releases/tag/13.0)
2022-03-18 10:29:36 +01:00
- [Mac OS X 12.3 (macOS Monterey)](https://github.com/joseluisq/macosx-sdks/releases/tag/12.3)
2022-03-17 10:10:43 +01:00
- [Mac OS X 12.1 (macOS Monterey)](https://github.com/joseluisq/macosx-sdks/releases/tag/12.1)
2021-11-02 14:06:28 +01:00
- [Mac OS X 12.0 (macOS Monterey)](https://github.com/joseluisq/macosx-sdks/releases/tag/12.0)
2021-06-22 11:25:18 +02:00
- [Mac OS X 11.3 (macOS Big Sur)](https://github.com/joseluisq/macosx-sdks/releases/tag/11.3)
2021-01-15 13:50:43 +01:00
- [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)
2021-11-03 13:15:16 +01:00
- [Mac OS X 10.13 (macOS High Sierra)](https://github.com/joseluisq/macosx-sdks/releases/tag/10.13)
2021-01-03 23:29:41 +01:00
2023-02-19 22:38:59 +01:00
*SDKs packaged using **osxcross**. Check out [Packaging the SDK on macOS](https://github.com/tpoechtrager/osxcross#packaging-the-sdk) for more details.*
2021-01-03 23:29:41 +01:00
## Resources
- [Official macOS Release Notes Website](https://developer.apple.com/documentation/macos-release-notes)
- [Rust Linux / Darwin Builder](https://github.com/joseluisq/rust-linux-darwin-builder) - One Docker image to cross-compile Rust programs for Linux (musl libc) or macOS.