Skip to content

Commit

Permalink
Rename ios-x64 RID to iossimulator-x64 (#16538)
Browse files Browse the repository at this point in the history
These were renamed in dotnet/runtime#49305.
While not strictly necessary here since ios-x64 is just used in tests it's better to be consistent to avoid confusion.
  • Loading branch information
akoeplinger authored Apr 1, 2021
1 parent 228031b commit 46198bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ private XElement CreateTestKnownRuntimePack()
new XAttribute("DefaultRuntimeFrameworkVersion", "5.0.0-preview1"),
new XAttribute("LatestRuntimeFrameworkVersion", "5.0.0-preview1.1"),
new XAttribute("RuntimePackNamePatterns", "Microsoft.NETCore.App.Runtime.Mono.**RID**"),
new XAttribute("RuntimePackRuntimeIdentifiers", "linux-arm;linux-arm64;linux-musl-arm64;linux-musl-x64;linux-x64;osx-x64;rhel.6-x64;tizen.4.0.0-armel;tizen.5.0.0-armel;win-arm;win-arm64;win-x64;win-x86;ios-arm64;ios-arm;ios-x64;ios-x86;tvos-arm64;tvos-x64;android-arm64;android-arm;android-x64;android-x86;browser-wasm;maccatalyst-x64;maccatalyst-arm64"),
new XAttribute("RuntimePackRuntimeIdentifiers", "linux-arm;linux-arm64;linux-musl-arm64;linux-musl-x64;linux-x64;osx-x64;rhel.6-x64;tizen.4.0.0-armel;tizen.5.0.0-armel;win-arm;win-arm64;win-x64;win-x86;ios-arm64;ios-arm;iossimulator-x64;iossimulator-arm64;iossimulator-x86;tvos-arm64;tvossimulator-x64;tvossimulator-arm64;android-arm64;android-arm;android-x64;android-x86;browser-wasm;maccatalyst-x64;maccatalyst-arm64"),
new XAttribute("IsTrimmable", "true"),
new XAttribute("RuntimePackLabels", "Mono"));

Expand Down

0 comments on commit 46198bd

Please sign in to comment.