share/Info.plist.in
author Periklis Ntanasis <pntanasis@gmail.com>
Sat, 08 Jun 2013 23:24:52 +0300
changeset 9175 dc3c0e44f7f3
parent 8716 e09633d10f16
child 9919 145323067f05
permissions -rw-r--r--
added option to change stats graph title
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"?>
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
     2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
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>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    12
    <string>http://www.hedgewars.org</string>
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>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    26
    <string>Copyright © 2004-2012, Hedgewars Project</string>
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>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    48
    <key>SUPublicDSAKeyFile</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    49
    <string>dsa_pub.pem</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    50
    <key>SUFeedURL</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    51
    <string>http://www.hedgewars.org/download/appcast.xml</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    52
    <key>CFBundleLocalizations</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    53
    <array>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    54
        <string>ar</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    55
        <string>bg</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    56
        <string>cs</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    57
        <string>da</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    58
        <string>de</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    59
        <string>el</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    60
        <string>en</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    61
        <string>es</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    62
        <string>fi</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    63
        <string>fr</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    64
        <string>gl</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    65
        <string>hu</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    66
        <string>it</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    67
        <string>ja</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    68
        <string>ko</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    69
        <string>lt</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    70
        <string>nl</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    71
        <string>pl</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    72
        <string>pt_BR</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    73
        <string>pt_PT</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    74
        <string>ro</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    75
        <string>ru</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    76
        <string>sk</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    77
        <string>sv</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    78
        <string>tr_TR</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    79
        <string>uk</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    80
        <string>zh_CN</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    81
        <string>zh_TW</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    82
    </array>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    83
    <key>UTExportedTypeDeclarations</key>
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
        <dict>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    86
            <key>UTTypeIdentifier</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    87
            <string>org.hedgewars.desktop.hws</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    88
            <key>UTTypeReferenceURL</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    89
            <string>http://www.hedgewars.org/demos/</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    90
            <key>UTTypeDescription</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    91
            <string>Hedgewars Save Game</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    92
            <key>UTTypeIconFile</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    93
            <string>public.text.icns</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    94
            <key>UTTypeConformsTo</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    95
            <array>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    96
                <string>public.data</string>
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
            <key>UTTypeTagSpecification</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
    99
            <dict>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   100
                <key>public.filename-extension</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   101
                <array>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   102
                    <string>hws</string>
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
                <key>public.mime-type</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   105
                <string>application/x-hedgewars-save</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   106
            </dict>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   107
        </dict>
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
            <key>UTTypeIdentifier</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   110
            <string>org.hedgewars.desktop.hwd</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   111
            <key>UTTypeReferenceURL</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   112
            <string>http://www.hedgewars.org/demos/</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   113
            <key>UTTypeIconFile</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   114
            <string>public.text.icns</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   115
            <key>UTTypeDescription</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   116
            <string>Hedgewars Demo Game</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   117
            <key>UTTypeConformsTo</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   118
            <array>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   119
                <string>public.data</string>
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
            <key>UTTypeTagSpecification</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   122
            <dict>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   123
                <key>public.filename-extension</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   124
                <array>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   125
                    <string>hwd</string>
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
                <key>public.mime-type</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   128
                <string>application/x-hedgewars-demo</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   129
            </dict>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   130
        </dict>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   131
    </array>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   132
    <key>CFBundleDocumentTypes</key>
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
        <dict>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   135
            <key>CFBundleTypeIconFile</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   136
            <string>hwico.icns</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   137
            <key>CFBundleTypeName</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   138
            <string>Hedgewars Savefile</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   139
            <key>LSItemContentTypes</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   140
            <array>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   141
                <string>org.hedgewars.desktop.hws</string>
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
            <key>CFBundleTypeRole</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   144
            <string>Editor</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   145
        </dict>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   146
        <dict>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   147
            <key>CFBundleTypeIconFile</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   148
            <string>hwico.icns</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   149
            <key>CFBundleTypeName</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   150
            <string>Hedgewars Demofile</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   151
            <key>LSItemContentTypes</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   152
            <array>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   153
                <string>org.hedgewars.desktop.hwd</string>
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
            <key>CFBundleTypeRole</key>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   156
            <string>Viewer</string>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   157
        </dict>
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 7933
diff changeset
   158
    </array>
8711
053560e0075f hooks for opening custom urls on osx (commented out until we decide what to do)
koda
parents: 8443
diff changeset
   159
    <key>CFBundleURLTypes</key>
053560e0075f hooks for opening custom urls on osx (commented out until we decide what to do)
koda
parents: 8443
diff changeset
   160
    <array>
053560e0075f hooks for opening custom urls on osx (commented out until we decide what to do)
koda
parents: 8443
diff changeset
   161
        <dict>
053560e0075f hooks for opening custom urls on osx (commented out until we decide what to do)
koda
parents: 8443
diff changeset
   162
            <key>CFBundleURLName</key>
053560e0075f hooks for opening custom urls on osx (commented out until we decide what to do)
koda
parents: 8443
diff changeset
   163
            <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
   164
            <key>CFBundleURLSchemes</key>
053560e0075f hooks for opening custom urls on osx (commented out until we decide what to do)
koda
parents: 8443
diff changeset
   165
            <array>
8716
e09633d10f16 hit hwplay://server:port and automatically join an unofficial server (on osx right now)
koda
parents: 8711
diff changeset
   166
            <!--
8711
053560e0075f hooks for opening custom urls on osx (commented out until we decide what to do)
koda
parents: 8443
diff changeset
   167
                <string>hwd</string>
053560e0075f hooks for opening custom urls on osx (commented out until we decide what to do)
koda
parents: 8443
diff changeset
   168
                <string>hws</string>
053560e0075f hooks for opening custom urls on osx (commented out until we decide what to do)
koda
parents: 8443
diff changeset
   169
                <string>hwdlc</string>
8716
e09633d10f16 hit hwplay://server:port and automatically join an unofficial server (on osx right now)
koda
parents: 8711
diff changeset
   170
            -->
e09633d10f16 hit hwplay://server:port and automatically join an unofficial server (on osx right now)
koda
parents: 8711
diff changeset
   171
                <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
   172
            </array>
053560e0075f hooks for opening custom urls on osx (commented out until we decide what to do)
koda
parents: 8443
diff changeset
   173
        </dict>
053560e0075f hooks for opening custom urls on osx (commented out until we decide what to do)
koda
parents: 8443
diff changeset
   174
    </array>
1999
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
   175
</dict>
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
   176
</plist>