Skip to content

Instantly share code, notes, and snippets.

@jsramraj
Created September 21, 2023 13:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jsramraj/23b71559dcbc927a8e78c31a755ed359 to your computer and use it in GitHub Desktop.
Save jsramraj/23b71559dcbc927a8e78c31a755ed359 to your computer and use it in GitHub Desktop.
iOS architecture
** iOS Devices
armv6, armv7, armv7s: A 32-bit architecture that appeared on early iPhone and iPad devices. Supported up to iPhone 5 the march of time made them obsolete.
arm64: A 64-bit architecture used in iPhone 5s - iPhone 7 devices.
arm64e: The new dominant 64-bit iOS architecture used in Phone 8 - later devices.
** Simulator:
i386: For simulators running on 32-bit Intel macs nowadays this is irrelevant.
x86_64: Used in 64-bit Intel macs simulator.
arm64: Used in Apple Silicon macs simulator.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment