Created
November 17, 2020 02:46
-
-
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
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
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