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 bf1f1d8a88
commit ce16f887e2
1 changed files with 4 additions and 1 deletions

View File

@ -35,7 +35,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>