Skip to content

Commit 2e94b6d

Browse files
authored
Add ARM64_32 to the list of supported architectures (#42)
1 parent 0f10d4a commit 2e94b6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Xamarin.MacDev/IPhoneArchitecture.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ public enum IPhoneArchitecture {
2222
ARMv7s = 16,
2323
ARMv7k = 32,
2424
ARM64 = 64,
25+
ARM64_32 = 128,
2526
}
2627
}

0 commit comments

Comments
 (0)