We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45549a4 commit 94e4aa7Copy full SHA for 94e4aa7
tests/common/shared-dotnet.mk
@@ -88,9 +88,17 @@ endif
88
89
ifeq ($(RID),)
90
ifeq ($(PLATFORM),iOS)
91
+ifeq ($(shell arch),arm64)
92
RID=iossimulator-arm64
93
+else
94
+RID=iossimulator-x64
95
+endif
96
else ifeq ($(PLATFORM),tvOS)
97
98
RID=tvossimulator-arm64
99
100
+RID=tvossimulator-x64
101
102
else ifeq ($(PLATFORM),MacCatalyst)
103
ifeq ($(CONFIG),Release)
104
RID=maccatalyst-x64;maccatalyst-arm64
0 commit comments