diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-12-28 16:51:41 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-12-28 16:51:41 +0000 |
| commit | d1f289eed65ab08f6f1f8b4dff61ec50f887c1c4 (patch) | |
| tree | fdbd354a54b266db985f760f2f1da73e559e5f14 /macosx/Info.plist | |
| parent | ad3d06b4b9b54d3d9eab71bde58be7b0e1a7c4ff (diff) | |
Changing the cue UTI to com.goldenhawk.cdrwin-cuesheet from Boxer.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@73837 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/Info.plist')
| -rw-r--r-- | macosx/Info.plist | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/macosx/Info.plist b/macosx/Info.plist index 128f716c..2596d027 100644 --- a/macosx/Info.plist +++ b/macosx/Info.plist @@ -113,7 +113,7 @@ <array> <string>com.alcohol-soft.mdfdisc</string> <string>com.apple.disk-image-ndif</string> - <string>com.codeplex.pcsxr.cuefile</string> + <string>com.goldenhawk.cdrwin-cuesheet</string> <string>public.iso-image</string> </array> </dict> @@ -158,14 +158,17 @@ <string>public.disk-image</string> </array> <key>UTTypeIdentifier</key> - <string>com.codeplex.pcsxr.cuefile</string> + <string>com.goldenhawk.cdrwin-cuesheet</string> <key>UTTypeDescription</key> <string>bin/cue Disc Image</string> <key>UTTypeTagSpecification</key> <dict> + <key>public.mime-type</key> + <string>application/x-cue</string> <key>public.filename-extension</key> <array> <string>cue</string> + <string>inst</string> </array> </dict> </dict> |
