diff --git a/macosx/Info.plist b/macosx/Info.plist index a6ce6db7..843a38d1 100644 --- a/macosx/Info.plist +++ b/macosx/Info.plist @@ -119,6 +119,8 @@ com.apple.disk-image-ndif com.goldenhawk.cdrwin-cuesheet public.iso-image + com.apple.macbinary-​archive + com.coppertino.vox.cue LSTypeIsPackage diff --git a/macosx/PcsxrDiscHandler.m b/macosx/PcsxrDiscHandler.m index 0394359c..996fdab3 100755 --- a/macosx/PcsxrDiscHandler.m +++ b/macosx/PcsxrDiscHandler.m @@ -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; }