aboutsummaryrefslogtreecommitdiff
path: root/melon.plist.in
diff options
context:
space:
mode:
authorNadia Holmquist Pedersen <nadia@nhp.sh>2021-10-03 11:37:33 +0200
committerGitHub <noreply@github.com>2021-10-03 09:37:33 +0000
commita9fc0adf962af598972d9dde7b4b4a91c61837ba (patch)
treecf47a2f8233f97f2e476c9d83e1a31dde93145c5 /melon.plist.in
parentd378b0252f0f8ea7a97889e35320a49b9192affc (diff)
Move resources to res/ directory (#1204)
* Move resources to res/ directory and update CMake scripts accordingly Co-authored-by: Rayyan Ansari <68647953+RayyanAnsari@users.noreply.github.com>
Diffstat (limited to 'melon.plist.in')
-rw-r--r--melon.plist.in38
1 files changed, 0 insertions, 38 deletions
diff --git a/melon.plist.in b/melon.plist.in
deleted file mode 100644
index 1057c47..0000000
--- a/melon.plist.in
+++ /dev/null
@@ -1,38 +0,0 @@
-<?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>
- <string>melon.icns</string>
- <key>CFBundleIdentifier</key>
- <string>net.kuribo64.melonDS</string>
- <key>CFBundleDevelopmentRegion</key>
- <string>English</string>
- <key>CFBundlePackageType</key>
- <string>APPL</string>
- <key>CFBundleVersion</key>
- <string>${MELONDS_VERSION}</string>
- <key>CFBundleShortVersionString</key>
- <string>${MELONDS_VERSION}</string>
- <key>NSHumanReadableCopyright</key>
- <string>Licensed under GPLv3</string>
- <key>NSHighResolutionCapable</key>
- <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>