diff options
| author | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-07-13 20:37:56 +0000 |
|---|---|---|
| committer | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-07-13 20:37:56 +0000 |
| commit | 650616c0d303a82a16229f5ab11007f3da1d6799 (patch) | |
| tree | f4f2b19e80808c681a07bfc0a573008b3368fc05 | |
| parent | 5ba139a4c3cc15420762bb4a75ca36f7c936213b (diff) | |
| download | pcsxr-650616c0d303a82a16229f5ab11007f3da1d6799.tar.gz | |
Patch 9929 (MaddTheSane).
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@68766 e17a0e51-4ae3-4d35-97c3-1a29b211df97
| -rw-r--r-- | macosx/Info.plist | 104 |
1 files changed, 101 insertions, 3 deletions
diff --git a/macosx/Info.plist b/macosx/Info.plist index 19af2d20..218c754e 100644 --- a/macosx/Info.plist +++ b/macosx/Info.plist @@ -12,7 +12,7 @@ <string>psxplugin</string> </array> <key>CFBundleTypeIconFile</key> - <string>psxplugin.icns</string> + <string>psxplugin</string> <key>CFBundleTypeName</key> <string>Playstation Emulator Plug-in</string> <key>CFBundleTypeOSTypes</key> @@ -21,6 +21,10 @@ </array> <key>CFBundleTypeRole</key> <string>Viewer</string> + <key>LSItemContentTypes</key> + <array> + <string>com.codeplex.pcsxr.plugin</string> + </array> <key>LSTypeIsPackage</key> <true/> <key>NSDocumentClass</key> @@ -32,7 +36,7 @@ <string>bin</string> </array> <key>CFBundleTypeIconFile</key> - <string>psxbios.icns</string> + <string>psxbios</string> <key>CFBundleTypeName</key> <string>Playstation BIOS Image</string> <key>CFBundleTypeOSTypes</key> @@ -59,6 +63,10 @@ </array> <key>CFBundleTypeRole</key> <string>Viewer</string> + <key>LSItemContentTypes</key> + <array> + <string>com.codeplex.pcsxr.memcard</string> + </array> <key>LSTypeIsPackage</key> <false/> </dict> @@ -77,6 +85,10 @@ </array> <key>CFBundleTypeRole</key> <string>Viewer</string> + <key>LSItemContentTypes</key> + <array> + <string>com.codeplex.pcsxr.freeze</string> + </array> <key>LSTypeIsPackage</key> <false/> </dict> @@ -96,12 +108,98 @@ <key>CFBundleShortVersionString</key> <string>PCSX-Reloaded SVN</string> <key>CFBundleSignature</key> - <string>Pcsxr</string> + <string>Pcsx</string> + <key>CFBundleURLTypes</key> + <array/> <key>CFBundleVersion</key> <string>SVN</string> + <key>LSApplicationCategoryType</key> + <string>public.app-category.games</string> <key>NSMainNibFile</key> <string>PCSXR</string> <key>NSPrincipalClass</key> <string>NSApplication</string> + <key>NSServices</key> + <array/> + <key>UTExportedTypeDeclarations</key> + <array> + <dict> + <key>UTTypeConformsTo</key> + <array> + <string>com.apple.application-​bundle</string> + </array> + <key>UTTypeDescription</key> + <string>Playstation Emulator Plug-in</string> + <key>UTTypeIconFile</key> + <string>psxbios</string> + <key>UTTypeIdentifier</key> + <string>com.codeplex.pcsxr.plugin</string> + <key>UTTypeReferenceURL</key> + <string>http://pcsxr.codeplex.com/</string> + <key>UTTypeTagSpecification</key> + <dict> + <key>com.apple.ostype</key> + <array> + <string>PsxP</string> + </array> + <key>public.filename-extension</key> + <array> + <string>psxplugin</string> + </array> + </dict> + </dict> + <dict> + <key>UTTypeConformsTo</key> + <array> + <string>public.data</string> + </array> + <key>UTTypeDescription</key> + <string>PCSXR Memory Card</string> + <key>UTTypeIconFile</key> + <string>pcsxrmemcard</string> + <key>UTTypeIdentifier</key> + <string>com.codeplex.pcsxr.memcard</string> + <key>UTTypeReferenceURL</key> + <string>http://pcsxr.codeplex.com/</string> + <key>UTTypeTagSpecification</key> + <dict> + <key>com.apple.ostype</key> + <array> + <string>Pmcr</string> + </array> + <key>public.filename-extension</key> + <array> + <string>mcr</string> + </array> + </dict> + </dict> + <dict> + <key>UTTypeConformsTo</key> + <array> + <string>public.data</string> + </array> + <key>UTTypeDescription</key> + <string>PCSXR Freeze State</string> + <key>UTTypeIconFile</key> + <string>pcsxrfreeze</string> + <key>UTTypeIdentifier</key> + <string>com.codeplex.pcsxr.freeze</string> + <key>UTTypeReferenceURL</key> + <string>http://pcsxr.codeplex.com/</string> + <key>UTTypeTagSpecification</key> + <dict> + <key>com.apple.ostype</key> + <array> + <string>Pfrz</string> + </array> + <key>public.filename-extension</key> + <array> + <string>pcsxrstate</string> + </array> + </dict> + </dict> + </array> + <key>UTImportedTypeDeclarations</key> + <array/> </dict> </plist> |
