prefer 32-bit over 64-bit on intel

This commit is contained in:
asvitkine 2012-01-13 02:49:45 +00:00
parent 172b7e6982
commit 3eb4344a98

View File

@ -35,5 +35,11 @@
<true/>
</dict>
</array>
<key>LSArchitecturePriority</key>
<array>
<string>i386</string>
<string>x86_64</string>
<string>ppc</string>
</array>
</dict>
</plist>