07/11/11 07:16:55 A3KcPjtP0
しかし、ほんとに64bit対応アプリってChess.appだけなんだな。
改めて確認してみたけど、Chessだけを64bit対応にした意味が逆に分からないな。
root# find /Applications -type f -exec file {} ¥; | grep 'Mach-O 64-bit executable'
/Applications/Chess.app/Contents/MacOS/Chess (for architecture ppc64): Mach-O 64-bit executable ppc64
/Applications/Chess.app/Contents/MacOS/Chess (for architecture x86_64): Mach-O 64-bit executable x86_64
/Applications/Chess.app/Contents/Resources/sjeng.ChessEngine (for architecture ppc64): Mach-O 64-bit executable ppc64
/Applications/Chess.app/Contents/Resources/sjeng.ChessEngine (for architecture x86_64): Mach-O 64-bit executable x86_64
root#