diff options
Diffstat (limited to 'macosx')
| -rw-r--r-- | macosx/Info.plist | 2 | ||||
| -rwxr-xr-x | macosx/PcsxrDiscHandler.m | 3 |
2 files changed, 4 insertions, 1 deletions
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 @@ <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/> 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; } |
