aboutsummaryrefslogtreecommitdiff
path: root/melonDS.plist
blob: 8df5bf436c54c0f67b351838ad01fc0826f3025a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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>0.9.1</string>
    <key>CFBundleShortVersionString</key>
    <string>0.9.1</string> 
    <key>NSHumanReadableCopyright</key>
    <string>Licensed under GPLv3</string>
    <key>NSHighResolutionCapable</key>
    <true/>
</dict>
</plist>