diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-11-18 04:34:28 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-11-18 04:34:28 +0000 |
| commit | 8a299835645bef784c8c468def91031e2e5e4400 (patch) | |
| tree | 7930c6787d64096cd08536befac0fbcf299da89c | |
| parent | 04624002ccaec9f8bc651c50232911015d0e4c25 (diff) | |
| download | pcsxr-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.plist | 3 |
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> |
