Commit 8b11147e authored by Randy Eckenrode's avatar Randy Eckenrode Committed by github-actions[bot]
Browse files

doc/stdenv/platform-notes: add Xcode 26 to the SDK version table

(cherry picked from commit ad49226f)
parent 18cdd725
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -118,9 +118,10 @@ Check your package’s documentation (platform support or installation instructi
Generally, only the last SDK release for a major version is packaged.

| Xcode version | SDK version | Nixpkgs attribute            |
|--------------------|--------------------|-------------------------------|
|---------------|-------------|------------------------------|
| 15.0–15.4     | 14.4        | `apple-sdk_14` / `apple-sdk` |
| 16.0          | 15.0        | `apple-sdk_15`               |
| 26.0+         | 26.0+       | `apple-sdk_26`, etc          |


#### Darwin Default SDK versions {#sec-darwin-troubleshooting-darwin-defaults}