Skip to content

Commit 275d6d1

Browse files
Update docs/core/deploying/native-aot/index.md
Co-authored-by: Ivan Povazan <[email protected]>
1 parent e20cf4a commit 275d6d1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/core/deploying/native-aot/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,11 @@ The following table shows supported compilation targets.
189189
| Windows | x64, Arm64 | |
190190
| Linux | x64, Arm64 | |
191191
| macOS | x64, Arm64 | |
192-
| iOS | x64, Arm64 | Experimental support |
192+
| 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 |
193197
| Android | x64, Arm64 | Experimental, no built-in Java interop |
194198

195199
---

0 commit comments

Comments
 (0)