2020-11-29 16:11:33 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
|
|
<plist version="1.0">
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleExecutable</key>
|
|
|
|
<string>melonDS</string>
|
|
|
|
<key>CFBundleIconFile</key>
|
2021-01-22 10:38:37 +00:00
|
|
|
<string>melon.icns</string>
|
2020-11-29 16:11:33 +00:00
|
|
|
<key>CFBundleIdentifier</key>
|
|
|
|
<string>net.kuribo64.melonDS</string>
|
|
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
|
|
<string>English</string>
|
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>APPL</string>
|
|
|
|
<key>CFBundleVersion</key>
|
2022-05-21 17:54:55 +00:00
|
|
|
<string>${melonDS_VERSION}</string>
|
2020-11-29 16:11:33 +00:00
|
|
|
<key>CFBundleShortVersionString</key>
|
2022-05-21 17:54:55 +00:00
|
|
|
<string>${melonDS_VERSION}</string>
|
2020-11-29 16:11:33 +00:00
|
|
|
<key>NSHumanReadableCopyright</key>
|
|
|
|
<string>Licensed under GPLv3</string>
|
2022-10-08 17:10:50 +00:00
|
|
|
<key>NSPrincipalClass</key>
|
|
|
|
<string>NSApplication</string>
|
2020-11-29 16:11:33 +00:00
|
|
|
<key>NSHighResolutionCapable</key>
|
|
|
|
<true/>
|
2021-02-25 09:12:22 +00:00
|
|
|
<key>NSMicrophoneUsageDescription</key>
|
|
|
|
<string>We need microphone access so you can use the emulated DS microphone</string>
|
2022-10-02 14:47:57 +00:00
|
|
|
<key>NSCameraUsageDescription</key>
|
|
|
|
<string>Camera access is needed for emulation of the DSi's cameras</string>
|
2021-08-23 08:27:03 +00:00
|
|
|
<key>CFBundleDocumentTypes</key>
|
|
|
|
<array>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeExtensions</key>
|
|
|
|
<array>
|
|
|
|
<string>nds</string>
|
|
|
|
<string>srl</string>
|
|
|
|
</array>
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
<string>Viewer</string>
|
|
|
|
</dict>
|
|
|
|
</array>
|
2020-11-29 16:11:33 +00:00
|
|
|
</dict>
|
2021-01-09 22:35:40 +00:00
|
|
|
</plist>
|