Skip to content

Commit b6e3a87

Browse files
committed
Add iOS simulator rids
1 parent b52828f commit b6e3a87

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Tasks/PublishLibraryTask.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ public override async Task RunAsync(BuildContext context)
1717
"osx",
1818
"osx-x64",
1919
"osx-arm64",
20-
"ios",
20+
"ios-arm64",
21+
"iossimulator-x64",
22+
"iossimulator-arm64",
2123
"android-arm64",
2224
"android-arm",
2325
"android-x86",

Tasks/PublishPackageTask.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ public override async Task RunAsync(BuildContext context)
3838
"osx-arm64"
3939
};
4040
var optionalRids = new string[] {
41-
"ios",
41+
"ios-arm64",
42+
"iossimulator-x64",
43+
"iossimulator-arm64",
4244
"android-arm64",
4345
"android-arm",
4446
"android-x86",

0 commit comments

Comments
 (0)