aboutsummaryrefslogtreecommitdiff
path: root/melon.plist.in
diff options
context:
space:
mode:
Diffstat (limited to 'melon.plist.in')
-rw-r--r--melon.plist.in24
1 files changed, 24 insertions, 0 deletions
diff --git a/melon.plist.in b/melon.plist.in
new file mode 100644
index 0000000..1e05a3a
--- /dev/null
+++ b/melon.plist.in
@@ -0,0 +1,24 @@
+<?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>melonDS.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/>
+</dict>
+</plist>