aboutsummaryrefslogtreecommitdiff
path: root/res/melon.plist.in
blob: 58d0c9baedce61c8b10176342315918a3dc79ecc (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?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>NSCameraUsageDescription</key>
    <string>Camera access is needed for emulation of the DSi's cameras</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>