We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f10d4a commit 2e94b6dCopy full SHA for 2e94b6d
Xamarin.MacDev/IPhoneArchitecture.cs
@@ -22,5 +22,6 @@ public enum IPhoneArchitecture {
22
ARMv7s = 16,
23
ARMv7k = 32,
24
ARM64 = 64,
25
+ ARM64_32 = 128,
26
}
27
0 commit comments