Add i386 to the supported architectures in the plist

This commit is contained in:
Thomas Goyne 2012-10-22 09:10:38 -07:00
parent decbf06de3
commit 820732b97e

View file

@ -37,7 +37,10 @@
<!-- Values: i386, ppc, x86_65, ppc64 -->
<key>LSArchitecturePriority</key>
<string>x86_64</string>
<array>
<string>x86_64</string>
<string>i386</string>
</array>
<!-- Displayed in the 'Get Info' context menu dialogue -->
<key>CFBundleGetInfoString</key>