Created
September 21, 2023 13:31
-
-
Save jsramraj/23b71559dcbc927a8e78c31a755ed359 to your computer and use it in GitHub Desktop.
iOS architecture
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
** 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