Commit a2b3dd3
committed
Add Support for an 'ios' rid. Add win-arm64 support for packages.
We need to start shipping .xcframeworks for iOS as we cannot use
.dylib files in iOS applications.
This change adds support for the 'ios' runtime identifier (rid) in our
build process, allowing us to include "fat" .xcframeworks for iOS and
the iOS Simulator in one package.
Additionally, this change adds support for the 'win-arm64' runtime
identifier (rid) for our packages, enabling us to build and publish
NuGet packages that target Windows on ARM64 architecture.1 parent 5cd1ee3 commit a2b3dd3
2 files changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| 51 | + | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
| |||
0 commit comments