File: Info.plist.in

package info (click to toggle)
dolphin-emu 5.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 28,976 kB
  • ctags: 35,666
  • sloc: cpp: 213,139; java: 6,252; asm: 2,277; xml: 1,998; ansic: 1,514; python: 462; sh: 279; pascal: 247; makefile: 124; perl: 97
file content (83 lines) | stat: -rw-r--r-- 2,706 bytes parent folder | download | duplicates (2)
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
<?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>CFBundleDocumentTypes</key>
    <array>
        <dict>
            <key>CFBundleTypeExtensions</key>
            <array>
                <string>ciso</string>
                <string>dol</string>
                <string>elf</string>
                <string>gcm</string>
                <string>gcz</string>
                <string>iso</string>
                <string>wad</string>
                <string>wbfs</string>
            </array>
            <key>CFBundleTypeIconFile</key>
            <string>Dolphin.icns</string>
            <key>CFBundleTypeName</key>
            <string>Nintendo GC/Wii file</string>
            <key>CFBundleTypeRole</key>
            <string>Viewer</string>
        </dict>
    </array>
    <key>CFBundleExecutable</key>
    <string>dolphin-emu-qt2</string>
    <key>CFBundleIconFile</key>
    <string>Resources/Dolphin.icns</string>
    <key>CFBundleIdentifier</key>
    <string>org.dolphin-emu.dolphin</string>
    <key>CFBundleDevelopmentRegion</key>
    <string>English</string>
    <key>CFBundleLocalizations</key>
    <array>
        <string>ar</string>
        <string>ca</string>
        <string>cs</string>
        <string>da_DK</string>
        <string>de</string>
        <string>el</string>
        <string>en</string>
        <string>es</string>
        <string>fa</string>
        <string>fr</string>
        <string>hr</string>
        <string>hu</string>
        <string>it</string>
        <string>ja</string>
        <string>ko</string>
        <string>ms_MY</string>
        <string>nb</string>
        <string>nl</string>
        <string>pl</string>
        <string>pt</string>
        <string>pt_BR</string>
        <string>ro_RO</string>
        <string>ru</string>
        <string>sr</string>
        <string>sv</string>
        <string>tr</string>
        <string>zh_CN</string>
        <string>zh_TW</string>
    </array>
    <key>CFBundlePackageType</key>
    <string>APPL</string>
    <key>CFBundleShortVersionString</key>
    <string>${DOLPHIN_WC_DESCRIBE}</string>
    <key>CFBundleLongVersionString</key>
    <string>${DOLPHIN_WC_REVISION}</string>
    <key>CFBundleVersion</key>
    <string>${DOLPHIN_VERSION_MAJOR}.${DOLPHIN_VERSION_MINOR}</string>
    <key>NSHumanReadableCopyright</key>
    <string>Licensed under GPL version 2 or later (GPLv2+)</string>
    <key>LSMinimumSystemVersion</key>
    <string>${OSX_MIN_VERSION}</string>
    <key>NSHighResolutionCapable</key>
    <true/>
    <key>CSResourcesFileMapped</key>
    <true/>
</dict>
</plist>