saker.apple Documentation TaskDoc JavaDoc Packages
Name of an Apple development target architecture.
Summary
Enumeration values
arm64The architecture arm64.
arm64_32The architecture arm64_32.
arm64eThe architecture arm64e.
armv7The architecture armv7.
armv7kThe architecture armv7k.
armv7sThe architecture armv7s.
i386The architecture i386.
x86_64The architecture x86_64.
Enumeration values
The architecture arm64. It is generally used by Apple TV OS, and iPhone OS.
The architecture arm64_32. It is generally used by watchOS.
The architecture arm64e. It is generally used by iPhone OS.
The architecture armv7. It is generally used by iPhone OS.
The architecture armv7k. It is generally used by watchOS.
The architecture armv7s. It is generally used by iPhone OS.
The architecture i386. It is generally used by macOS, and simulator platforms.
The architecture x86_64. It is generally used by macOS, and simulator platforms.