summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-11-18 04:34:28 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-11-18 04:34:28 +0000
commit8a299835645bef784c8c468def91031e2e5e4400 (patch)
tree7930c6787d64096cd08536befac0fbcf299da89c
parent04624002ccaec9f8bc651c50232911015d0e4c25 (diff)
downloadpcsxr-8a299835645bef784c8c468def91031e2e5e4400.tar.gz
fixing wrong UTI definition for plug-ins
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72399 e17a0e51-4ae3-4d35-97c3-1a29b211df97
-rw-r--r--macosx/Info.plist3
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/Info.plist b/macosx/Info.plist
index 46510ec3..9f67d665 100644
--- a/macosx/Info.plist
+++ b/macosx/Info.plist
@@ -135,7 +135,8 @@
<dict>
<key>UTTypeConformsTo</key>
<array>
- <string>com.apple.application-​bundle</string>
+ <string>com.apple.package</string>
+ <string>com.apple.bundle</string>
</array>
<key>UTTypeDescription</key>
<string>Playstation Emulator Plug-in</string>