Skip to content

Instantly share code, notes, and snippets.

@mlakhia
Created November 17, 2020 02:46
Show Gist options
  • Save mlakhia/fe785a91b0eb4bb9d4f28d0eda5462db to your computer and use it in GitHub Desktop.
Save mlakhia/fe785a91b0eb4bb9d4f28d0eda5462db to your computer and use it in GitHub Desktop.
In MacOS Catalina 32-bit apps do not launch. Finding which apps those are took me some time, so I found the answer on https://apple.stackexchange.com/a/314462/92276
mdfind "kMDItemExecutableArchitectures == '*i386*' && kMDItemExecutableArchitectures != '*x86*'" | sort
# Source https://apple.stackexchange.com/a/314462/92276
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment