diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-12-12 19:04:02 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-12-12 19:04:02 +0000 |
| commit | 5fd066c404c8bc3bc535e25d9ae3fe415659ef56 (patch) | |
| tree | 4d40e104374068df033da6dfa00862f068bae4a4 | |
| parent | fe9e7ebf889b0b6a208a7c947a92e272f1fa558c (diff) | |
| download | pcsxr-5fd066c404c8bc3bc535e25d9ae3fe415659ef56.tar.gz | |
Messing with UTIs.
Fixing UTTypeConformsTo for the cue UTI.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@73193 e17a0e51-4ae3-4d35-97c3-1a29b211df97
| -rw-r--r-- | macosx/Info.plist | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/macosx/Info.plist b/macosx/Info.plist index faeab05d..128f716c 100644 --- a/macosx/Info.plist +++ b/macosx/Info.plist @@ -101,6 +101,7 @@ <array> <string>iso</string> <string>bin</string> + <string>cue</string> <string>mdf</string> <string>img</string> </array> @@ -153,7 +154,8 @@ <dict> <key>UTTypeConformsTo</key> <array> - <string></string> + <string>public.plain-text</string> + <string>public.disk-image</string> </array> <key>UTTypeIdentifier</key> <string>com.codeplex.pcsxr.cuefile</string> @@ -171,11 +173,12 @@ <key>UTTypeConformsTo</key> <array> <string>public.disk-image</string> - <string>public.content</string> <string>public.data</string> </array> <key>UTTypeDescription</key> <string>Alcohol Disc Image</string> + <key>UTTypeReferenceURL</key> + <string>http://www.alcohol-soft.com</string> <key>UTTypeIdentifier</key> <string>com.alcohol-soft.mdfdisc</string> <key>UTTypeTagSpecification</key> @@ -219,6 +222,7 @@ <key>UTTypeConformsTo</key> <array> <string>public.data</string> + <string>public.content</string> </array> <key>UTTypeDescription</key> <string>PCSXR Memory Card</string> @@ -250,6 +254,7 @@ <key>UTTypeConformsTo</key> <array> <string>public.data</string> + <string>public.content</string> </array> <key>UTTypeDescription</key> <string>PCSXR Freeze State</string> |
