The Wayback Machine - https://web.archive.org/web/20210227132134/https://dev.to/mrchoke/how-to-check-macos-app-architecture-3p5b

DEV Community

loading...
Cover image for How to check macOS app architecture

How to check macOS app architecture

mrchoke profile image MrChoke ・1 min read

GUI

Applications

Click Apple menu --> About This Mac --> System Report... --> Software --> Applications

Example

Command line

Universal app

file /Applications/Pages.app/Contents/MacOS/Pages
Enter fullscreen mode Exit fullscreen mode

Universal App

Intel app

file /Applications/Microsoft\ Edge.app/Contents/MacOS/Microsoft\ Edge
Enter fullscreen mode Exit fullscreen mode

Intel App

ARM64 app

file /Applications/Visual\ Studio\ Code\ -\ Exploration.app/Contents/MacOS/Electron
Enter fullscreen mode Exit fullscreen mode

ARM64 App

Execute Binary File

Alt Text

Discussion (0)

pic
Editor guide