diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-12-12 03:32:21 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-12-12 03:32:21 +0000 |
| commit | 36f2f623051751cbfcb529d8ebb3a92c20747bab (patch) | |
| tree | cc3ba36b54ee1e25f0538532265a0c4cbb310d07 /macosx/Info.plist | |
| parent | 5174e012aae4d340b373c2d7c5d028d6e849d9f8 (diff) | |
Renaming com.codeplex.pcsxr.mdfdisc to com.alcohol-soft.mdfdisc, since the format appears to have originated from the Alcohol 120% software.
Added support for bin/cue by opening the cue file, then getting the .bin file name from the .cue.
Added handling of freeze states and disc images.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@73179 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/Info.plist')
| -rw-r--r-- | macosx/Info.plist | 29 |
1 files changed, 25 insertions, 4 deletions
diff --git a/macosx/Info.plist b/macosx/Info.plist index c7a63a03..faeab05d 100644 --- a/macosx/Info.plist +++ b/macosx/Info.plist @@ -110,8 +110,9 @@ <string>Viewer</string> <key>LSItemContentTypes</key> <array> - <string>com.codeplex.pcsxr.mdfdisc</string> + <string>com.alcohol-soft.mdfdisc</string> <string>com.apple.disk-image-ndif</string> + <string>com.codeplex.pcsxr.cuefile</string> <string>public.iso-image</string> </array> </dict> @@ -147,19 +148,36 @@ <string>PCSXR</string> <key>NSPrincipalClass</key> <string>NSApplication</string> - <key>UTExportedTypeDeclarations</key> + <key>UTImportedTypeDeclarations</key> <array> <dict> <key>UTTypeConformsTo</key> <array> + <string></string> + </array> + <key>UTTypeIdentifier</key> + <string>com.codeplex.pcsxr.cuefile</string> + <key>UTTypeDescription</key> + <string>bin/cue Disc Image</string> + <key>UTTypeTagSpecification</key> + <dict> + <key>public.filename-extension</key> + <array> + <string>cue</string> + </array> + </dict> + </dict> + <dict> + <key>UTTypeConformsTo</key> + <array> <string>public.disk-image</string> <string>public.content</string> <string>public.data</string> </array> <key>UTTypeDescription</key> - <string>PlayStation Disc</string> + <string>Alcohol Disc Image</string> <key>UTTypeIdentifier</key> - <string>com.codeplex.pcsxr.mdfdisc</string> + <string>com.alcohol-soft.mdfdisc</string> <key>UTTypeTagSpecification</key> <dict> <key>public.filename-extension</key> @@ -168,6 +186,9 @@ </array> </dict> </dict> + </array> + <key>UTExportedTypeDeclarations</key> + <array> <dict> <key>UTTypeConformsTo</key> <array> |
