include disc image files that use the .bin extension.

It’s a hack that I really don’t like, but the issue has been plaguing the OS X port since using UTIs.

git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90513 e17a0e51-4ae3-4d35-97c3-1a29b211df97
This commit is contained in:
SND\MaddTheSane_cp 2014-05-26 02:43:25 +00:00
parent a9356b36c8
commit 2695f8dde5
2 changed files with 4 additions and 1 deletions

View File

@ -119,6 +119,8 @@
<string>com.apple.disk-image-ndif</string>
<string>com.goldenhawk.cdrwin-cuesheet</string>
<string>public.iso-image</string>
<string>com.apple.macbinary-archive</string>
<string>com.coppertino.vox.cue</string>
</array>
<key>LSTypeIsPackage</key>
<false/>

View File

@ -37,7 +37,8 @@
if (utisupport == nil) {
utisupport = @[@"com.alcohol-soft.mdfdisc", @"com.goldenhawk.cdrwin-cuesheet",
@"com.apple.disk-image-ndif", @"public.iso-image", @"com.sony.psp.firmware",
@"com.codeplex.pcsxr.compressed-bin-image", @"com.coppertino.vox.cue"];
@"com.codeplex.pcsxr.compressed-bin-image", @"com.coppertino.vox.cue",
@"com.apple.macbinary-archive"];
}
return utisupport;
}