We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e20cf4a commit 275d6d1Copy full SHA for 275d6d1
docs/core/deploying/native-aot/index.md
@@ -189,7 +189,11 @@ The following table shows supported compilation targets.
189
| Windows | x64, Arm64 | |
190
| Linux | x64, Arm64 | |
191
| macOS | x64, Arm64 | |
192
-| iOS | x64, Arm64 | Experimental support |
+| iOS | Arm64 | Experimental support |
193
+| iOSSimulator | x64, Arm64 | Experimental support |
194
+| tvOS | Arm64 | Experimental support |
195
+| tvOSSimulator | x64, Arm64 | Experimental support |
196
+| MacCatalyst | x64, Arm64 | Experimental support |
197
| Android | x64, Arm64 | Experimental, no built-in Java interop |
198
199
---
0 commit comments