summaryrefslogtreecommitdiff
path: root/macosx/Info.plist
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-12-28 16:51:41 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-12-28 16:51:41 +0000
commitd1f289eed65ab08f6f1f8b4dff61ec50f887c1c4 (patch)
treefdbd354a54b266db985f760f2f1da73e559e5f14 /macosx/Info.plist
parentad3d06b4b9b54d3d9eab71bde58be7b0e1a7c4ff (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.plist7
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>