aboutsummaryrefslogtreecommitdiff
path: root/res/melon.plist.in
blob: 3cfa397096a301a1298e8b27feab44679c6ea435 (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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<?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>LSApplicationCategoryType</key>
    <string>public.app-category.games</string>
    <key>NSHumanReadableCopyright</key>
    <string>Licensed under GPLv3</string>
    <key>NSPrincipalClass</key>
    <string>NSApplication</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>CFBundleTypeName</key>
            <string>Nintendo DS ROM</string>
            <key>CFBundleTypeExtensions</key>
            <array>
                <string>nds</string>
                <string>srl</string>
                <string>dsi</string>
                <string>ids</string>
                <string>nds.zst</string>
                <string>srl.zst</string>
                <string>dsi.zst</string>
                <string>ids.zst</string>
            </array>
            <key>CFBundleTypeRole</key>
            <string>Viewer</string>
        </dict>
        <dict>
            <key>CFBundleTypeName</key>
            <string>Game Boy Advance ROM</string>
            <key>CFBundleTypeExtensions</key>
            <array>
                <string>gba</string>
                <string>agb</string>
                <string>gba.zst</string>
                <string>agb.zst</string>
            </array>
            <key>CFBundleTypeRole</key>
            <string>Viewer</string>
            <key>LSHandlerRank</key>
            <string>Alternate</string>
        </dict>
        <dict>
            <key>CFBundleTypeName</key>
            <string>Archive containing ROM</string>
            <key>CFBundleTypeExtensions</key>
            <array>
                <key>zip</key>
                <key>7z</key>
                <key>rar</key>
                <key>tar</key>
                <key>tar.gz</key>
                <key>tgz</key>
                <key>tar.xz</key>
                <key>txz</key>
                <key>tar.bz2</key>
                <key>tbz2</key>
                <key>tar.lz4</key>
                <key>tlz4</key>
                <key>tar.zst</key>
                <key>tzst</key>
                <key>tar.Z</key>
                <key>taz</key>
                <key>tar.lz</key>
                <key>tar.lzma</key>
                <key>tlz</key>
                <key>tar.lrz</key>
                <key>tlrz</key>
                <key>tar.lzo</key>
                <key>tzo</key>
            </array>
            <key>CFBundleTypeRole</key>
            <string>Viewer</string>
            <key>LSHandlerRank</key>
            <string>Alternate</string>
        </dict>
    </array>
</dict>
</plist>