diff options
Diffstat (limited to 'melon.plist.in')
-rw-r--r-- | melon.plist.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/melon.plist.in b/melon.plist.in index 5b774a6..1057c47 100644 --- a/melon.plist.in +++ b/melon.plist.in @@ -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> |