From ce16f887e2a01f4b522263922a2d8f3d1b2af2d1 Mon Sep 17 00:00:00 2001 From: Thomas Goyne <plorkyeran@aegisub.org> Date: Mon, 22 Oct 2012 09:10:38 -0700 Subject: [PATCH] Add i386 to the supported architectures in the plist --- aegisub/packages/osx_bundle/Contents/Info.plist | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/aegisub/packages/osx_bundle/Contents/Info.plist b/aegisub/packages/osx_bundle/Contents/Info.plist index 3a4e4f500..a53eb836e 100644 --- a/aegisub/packages/osx_bundle/Contents/Info.plist +++ b/aegisub/packages/osx_bundle/Contents/Info.plist @@ -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> -- GitLab