share/Info.plist.in
author Wuzzy <Wuzzy2@mail.ru>
Thu, 25 Apr 2019 23:01:05 +0200
changeset 14839 e239378a9400
parent 11565 3db41c7697f0
permissions -rw-r--r--
Prevent entering “/”, “\” and “:” in team and scheme names. The name of teams and schems is saved in the file name itself, so these characters would cause trouble as they are used in path names in Linux and Windows.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1999
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
11565
3db41c7697f0 Info.plist: Set less important URLs to https
koda
parents: 11564
diff changeset
     2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "https://www.apple.com/DTDs/PropertyList-1.0.dtd">
1999
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
     3
<plist version="1.0">
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
     4
<dict>
8443
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
     5
    <key>LSApplicationCategoryType</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
     6
    <string>public.app-category.strategy-games</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
     7
    <key>CFBundleName</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
     8
    <string>Hedgewars</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
     9
    <key>CFBundleExecutable</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    10
    <string>hedgewars</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    11
    <key>CFBundleGetInfoString</key>
11565
3db41c7697f0 Info.plist: Set less important URLs to https
koda
parents: 11564
diff changeset
    12
    <string>https://www.hedgewars.org</string>
8443
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    13
    <key>CFBundleIconFile</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    14
    <string>Icon.icns</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    15
    <key>CFBundleIdentifier</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    16
    <string>org.hedgewars.desktop</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    17
    <key>CFBundlePackageType</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    18
    <string>APPL</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    19
    <key>CFBundleSignature</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    20
    <string>Hedge</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    21
    <key>CFBundleVersion</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    22
    <string>${HEDGEWARS_REVISION}</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    23
    <key>CFBundleShortVersionString</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    24
    <string>${HEDGEWARS_VERSION}</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    25
    <key>NSHumanReadableCopyright</key>
11046
47a8c19ecb60 more copyright fixes
sheepluva
parents: 10972
diff changeset
    26
    <string>Copyright © 2004-2015, Hedgewars Project</string>
8443
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    27
    <key>NSAppleScriptEnabled</key>
8711
053560e0075f hooks for opening custom urls on osx (commented out until we decide what to do)
koda
parents: 8443
diff changeset
    28
    <true/>
8443
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    29
    <key>LSRequiresNativeExecution</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    30
    <true/>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    31
    <key>LSMinimumSystemVersionByArchitecture</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    32
    <dict>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    33
        <key>x86_64</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    34
        <string>10.6.0</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    35
        <key>i386</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    36
        <string>10.4.0</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    37
        <key>ppc</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    38
        <string>10.4.0</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    39
    </dict>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    40
    <key>LSArchitecturePriority</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    41
    <array>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    42
        <string>x86_64</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    43
        <string>i386</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    44
        <string>ppc</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    45
    </array>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    46
    <key>LSMinimumSystemVersion</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    47
    <string>${minimum_macosx_version}</string>
10972
bba0f1b7ebbc Fix retina rendering on OSX
koda
parents: 9943
diff changeset
    48
    <key>NSHighResolutionCapable</key>
bba0f1b7ebbc Fix retina rendering on OSX
koda
parents: 9943
diff changeset
    49
    <string>True</string>
8443
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    50
    <key>SUPublicDSAKeyFile</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    51
    <string>dsa_pub.pem</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    52
    <key>SUFeedURL</key>
11564
339cf6adc26f Use secure HTTP for Sparkle appcast URL
koda
parents: 11046
diff changeset
    53
    <string>https://www.hedgewars.org/download/appcast.xml</string>
8443
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    54
    <key>CFBundleLocalizations</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    55
    <array>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    56
        <string>ar</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    57
        <string>bg</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    58
        <string>cs</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    59
        <string>da</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    60
        <string>de</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    61
        <string>el</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    62
        <string>en</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    63
        <string>es</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    64
        <string>fi</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    65
        <string>fr</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    66
        <string>gl</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    67
        <string>hu</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    68
        <string>it</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    69
        <string>ja</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    70
        <string>ko</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    71
        <string>lt</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    72
        <string>nl</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    73
        <string>pl</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    74
        <string>pt_BR</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    75
        <string>pt_PT</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    76
        <string>ro</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    77
        <string>ru</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    78
        <string>sk</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    79
        <string>sv</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    80
        <string>tr_TR</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    81
        <string>uk</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    82
        <string>zh_CN</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    83
        <string>zh_TW</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    84
    </array>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    85
    <key>UTExportedTypeDeclarations</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    86
    <array>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    87
        <dict>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    88
            <key>UTTypeIdentifier</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    89
            <string>org.hedgewars.desktop.hws</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    90
            <key>UTTypeReferenceURL</key>
11565
3db41c7697f0 Info.plist: Set less important URLs to https
koda
parents: 11564
diff changeset
    91
            <string>https://www.hedgewars.org/demos/</string>
8443
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    92
            <key>UTTypeDescription</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    93
            <string>Hedgewars Save Game</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    94
            <key>UTTypeIconFile</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    95
            <string>public.text.icns</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    96
            <key>UTTypeConformsTo</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    97
            <array>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    98
                <string>public.data</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    99
            </array>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   100
            <key>UTTypeTagSpecification</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   101
            <dict>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   102
                <key>public.filename-extension</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   103
                <array>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   104
                    <string>hws</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   105
                </array>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   106
                <key>public.mime-type</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   107
                <string>application/x-hedgewars-save</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   108
            </dict>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   109
        </dict>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   110
        <dict>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   111
            <key>UTTypeIdentifier</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   112
            <string>org.hedgewars.desktop.hwd</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   113
            <key>UTTypeReferenceURL</key>
11565
3db41c7697f0 Info.plist: Set less important URLs to https
koda
parents: 11564
diff changeset
   114
            <string>https://www.hedgewars.org/demos/</string>
8443
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   115
            <key>UTTypeIconFile</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   116
            <string>public.text.icns</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   117
            <key>UTTypeDescription</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   118
            <string>Hedgewars Demo Game</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   119
            <key>UTTypeConformsTo</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   120
            <array>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   121
                <string>public.data</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   122
            </array>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   123
            <key>UTTypeTagSpecification</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   124
            <dict>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   125
                <key>public.filename-extension</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   126
                <array>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   127
                    <string>hwd</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   128
                </array>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   129
                <key>public.mime-type</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   130
                <string>application/x-hedgewars-demo</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   131
            </dict>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   132
        </dict>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   133
    </array>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   134
    <key>CFBundleDocumentTypes</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   135
    <array>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   136
        <dict>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   137
            <key>CFBundleTypeIconFile</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   138
            <string>hwico.icns</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   139
            <key>CFBundleTypeName</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   140
            <string>Hedgewars Savefile</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   141
            <key>LSItemContentTypes</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   142
            <array>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   143
                <string>org.hedgewars.desktop.hws</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   144
            </array>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   145
            <key>CFBundleTypeRole</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   146
            <string>Editor</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   147
        </dict>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   148
        <dict>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   149
            <key>CFBundleTypeIconFile</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   150
            <string>hwico.icns</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   151
            <key>CFBundleTypeName</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   152
            <string>Hedgewars Demofile</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   153
            <key>LSItemContentTypes</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   154
            <array>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   155
                <string>org.hedgewars.desktop.hwd</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   156
            </array>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   157
            <key>CFBundleTypeRole</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   158
            <string>Viewer</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   159
        </dict>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   160
    </array>
8711
053560e0075f hooks for opening custom urls on osx (commented out until we decide what to do)
koda
parents: 8443
diff changeset
   161
    <key>CFBundleURLTypes</key>
053560e0075f hooks for opening custom urls on osx (commented out until we decide what to do)
koda
parents: 8443
diff changeset
   162
    <array>
053560e0075f hooks for opening custom urls on osx (commented out until we decide what to do)
koda
parents: 8443
diff changeset
   163
        <dict>
053560e0075f hooks for opening custom urls on osx (commented out until we decide what to do)
koda
parents: 8443
diff changeset
   164
            <key>CFBundleURLName</key>
053560e0075f hooks for opening custom urls on osx (commented out until we decide what to do)
koda
parents: 8443
diff changeset
   165
            <string>Hedgewars URIs</string>
053560e0075f hooks for opening custom urls on osx (commented out until we decide what to do)
koda
parents: 8443
diff changeset
   166
            <key>CFBundleURLSchemes</key>
053560e0075f hooks for opening custom urls on osx (commented out until we decide what to do)
koda
parents: 8443
diff changeset
   167
            <array>
8716
e09633d10f16 hit hwplay://server:port and automatically join an unofficial server (on osx right now)
koda
parents: 8711
diff changeset
   168
            <!--
8711
053560e0075f hooks for opening custom urls on osx (commented out until we decide what to do)
koda
parents: 8443
diff changeset
   169
                <string>hwd</string>
053560e0075f hooks for opening custom urls on osx (commented out until we decide what to do)
koda
parents: 8443
diff changeset
   170
                <string>hws</string>
053560e0075f hooks for opening custom urls on osx (commented out until we decide what to do)
koda
parents: 8443
diff changeset
   171
                <string>hwdlc</string>
8716
e09633d10f16 hit hwplay://server:port and automatically join an unofficial server (on osx right now)
koda
parents: 8711
diff changeset
   172
            -->
e09633d10f16 hit hwplay://server:port and automatically join an unofficial server (on osx right now)
koda
parents: 8711
diff changeset
   173
                <string>hwplay</string>
8711
053560e0075f hooks for opening custom urls on osx (commented out until we decide what to do)
koda
parents: 8443
diff changeset
   174
            </array>
053560e0075f hooks for opening custom urls on osx (commented out until we decide what to do)
koda
parents: 8443
diff changeset
   175
        </dict>
053560e0075f hooks for opening custom urls on osx (commented out until we decide what to do)
koda
parents: 8443
diff changeset
   176
    </array>
1999
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
   177
</dict>
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
   178
</plist>