Skip to content

Commit

Permalink
Add ARM64_32 to the list of supported architectures (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
lewurm committed Jan 16, 2019
1 parent 0f10d4a commit 2e94b6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Xamarin.MacDev/IPhoneArchitecture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ public enum IPhoneArchitecture {
ARMv7s = 16,
ARMv7k = 32,
ARM64 = 64,
ARM64_32 = 128,
}
}

0 comments on commit 2e94b6d

Please sign in to comment.