You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/core/deploying/native-aot/ios-like-platforms/index.md
+7-10Lines changed: 7 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,17 @@ ms.date: 11/21/2024
8
8
9
9
# Native AOT support for iOS-like platforms
10
10
11
-
Starting from .NET 8, Native AOT supports targeting iOS-like platforms. The term *iOS-like platforms* refers to Apple platforms that use similar APIs such as: iOS, MacCatalyst and tvOS.
12
-
13
-
In the first release, the support was experimental, while in .NET 9 these platforms received full support with Native AOT.
11
+
Starting from .NET 9, Native AOT supports targeting iOS-like platforms. The term *iOS-like platforms* refers to Apple platforms that use similar APIs such as: iOS, MacCatalyst and tvOS.
14
12
15
13
Based on the use case, the support can be divided into:
16
14
17
-
- support for applications and libraries without OS-specific API dependencies
18
15
- support for applications and libraries referencing OS-specific APIs
16
+
- support for applications and libraries without OS-specific API dependencies
17
+
18
+
## Support for applications and libraries referencing OS-specific APIs
19
+
20
+
This refers to .NET MAUI projects targeting OS-specific target frameworks (like: `net9.0-ios`).
21
+
How Native AOT can be enabled for .NET MAUI apps, see [Native AOT deployment on iOS and Mac Catalyst](/dotnet/maui/deployment/nativeaot).
19
22
20
23
## Support for applications and libraries without OS-specific API dependencies
21
24
@@ -43,9 +46,3 @@ This refers to .NET projects targeting the general or non-OS-specific target fra
43
46
```
44
47
45
48
For specifics of building and consuming native libraries on iOS-like platforms, see [How to create and consume custom frameworks with Native AOT for iOS-like platforms](./creating-and-consuming-custom-frameworks.md).
46
-
47
-
## Support for applications and libraries referencing OS-specific APIs
48
-
49
-
This refers to .NET MAUI projects targeting OS-specific target frameworks (like: `net9.0-ios`).
50
-
51
-
How Native AOT can be enabled for .NET MAUI apps, see [Native AOT deployment on iOS and Mac Catalyst](/dotnet/maui/deployment/nativeaot).
0 commit comments