doc/stdenv/platform-notes: update Xcode version to SDK version table

This commit is contained in:
Randy Eckenrode
2025-10-09 18:00:10 -04:00
parent 2ab175889a
commit 56ac9bffa3

View File

@@ -117,13 +117,10 @@ The following is a list of Xcode versions, the SDK version in Nixpkgs, and the a
Check your packages documentation (platform support or installation instructions) to find which Xcode or SDK version to use. Check your packages documentation (platform support or installation instructions) to find which Xcode or SDK version to use.
Generally, only the last SDK release for a major version is packaged. Generally, only the last SDK release for a major version is packaged.
| Xcode version | SDK version | Nixpkgs attribute | | Xcode version | SDK version | Nixpkgs attribute |
|--------------------|--------------------|------------------------------| |--------------------|--------------------|-------------------------------|
| 12.012.5.1 | 11.3 | `apple-sdk_11` / `apple-sdk` | | 15.015.4 | 14.4 | `apple-sdk_14` / `apple-sdk` |
| 13.013.4.1 | 12.3 | `apple-sdk_12` | | 16.0 | 15.0 | `apple-sdk_15` |
| 14.014.3.1 | 13.3 | `apple-sdk_13` |
| 15.015.4 | 14.4 | `apple-sdk_14` |
| 16.0 | 15.0 | `apple-sdk_15` |
#### Darwin Default SDK versions {#sec-darwin-troubleshooting-darwin-defaults} #### Darwin Default SDK versions {#sec-darwin-troubleshooting-darwin-defaults}