macOSでアプリがユニバーサルバイナリかを調べる
macOSでアプリがユニバーサルバイナリかを調べる。
ターミナルを使う方法
スペース区切りで2つのアーキテクチャが出てくればユニバーサルバイナリである。
% lipo -archs /Applications/Safari.app/Contents/MacOS/Safari x86_64 arm64e
macOSでアプリがユニバーサルバイナリかを調べる。
スペース区切りで2つのアーキテクチャが出てくればユニバーサルバイナリである。
% lipo -archs /Applications/Safari.app/Contents/MacOS/Safari x86_64 arm64e