macOS: Allow opening ROMs with melonDS from Finder.

This commit is contained in:
Nadia Holmquist Pedersen
2021-08-23 10:27:03 +02:00
parent 883fceb6ce
commit 6ad0e8d61a
3 changed files with 41 additions and 4 deletions

View File

@ -22,5 +22,17 @@
<true/>
<key>NSMicrophoneUsageDescription</key>
<string>We need microphone access so you can use the emulated DS microphone</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>nds</string>
<string>srl</string>
</array>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
</array>
</dict>
</plist>