From e1e383f5ad0fcc77e8a61ea1190cdae477afee53 Mon Sep 17 00:00:00 2001 From: Jose Quintana Date: Sun, 3 Jan 2021 23:29:41 +0100 Subject: [PATCH] docs: improve descriptions --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 058b127..6ccaa76 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,18 @@ # Mac OS X SDKs -> Mac OS X SDKs for testing purposes with [osxcross](https://github.com/tpoechtrager/osxcross). +> 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 + +- [Mac OS X 10.15](https://github.com/joseluisq/macosx-sdks/releases/tag/10.15) + +*SDKs packaged using osxcross. Checkout [Packaging the SDK on macOS](https://github.com/tpoechtrager/osxcross#packaging-the-sdk) for more details.* + +## 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.