architecture property

Architecture architecture
final

The hardware architecture of the iOS device. For modern iOS devices, this is typically Architecture.aarch64.

Implementation

final Architecture architecture = Architecture.aarch64;