share/Info.plist.in
author unc0rr
Wed, 29 Feb 2012 23:44:49 +0400
changeset 6753 e95b1f62d0de
parent 5252 ded882439548
child 7914 e3f61d848985
permissions -rw-r--r--
Don't remove client's teams from teams list on "ROUNDFINISHED 0", just send team removal message to others. This should fix problems with ghost teams in frontend. Not tested at all, successfully built on first attempt, which is considered as a bad sign :D Server still thinks game proceeds, so restart isn't possible.
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>
5188
d0461bd6d45b some updates to the crossbuild system for mac
koda
parents: 4976
diff changeset
     5
	<key>LSApplicationCategoryType</key>
d0461bd6d45b some updates to the crossbuild system for mac
koda
parents: 4976
diff changeset
     6
	<string>public.app-category.strategy-games</string>
2401
2a694ea2a437 fixes & co.
koda
parents: 2393
diff changeset
     7
	<key>CFBundleName</key>
2a694ea2a437 fixes & co.
koda
parents: 2393
diff changeset
     8
	<string>Hedgewars</string>
1999
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
     9
	<key>CFBundleExecutable</key>
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
    10
	<string>hedgewars</string>
2003
41b3d00949ca Patch by koda:
unc0rr
parents: 1999
diff changeset
    11
	<key>CFBundleGetInfoString</key>
2008
fc2fb5c938c3 Patch by koda:
unc0rr
parents: 2003
diff changeset
    12
	<string>http://www.hedgewars.org</string>
1999
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
    13
	<key>CFBundleIconFile</key>
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
    14
	<string>Icon.icns</string>
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
    15
	<key>CFBundleIdentifier</key>
3373
c1ff724a5c34 use a proper bundle identifier
koda
parents: 2663
diff changeset
    16
	<string>org.hedgewars.desktop</string>
1999
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
    17
	<key>CFBundlePackageType</key>
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
    18
	<string>APPL</string>
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
    19
	<key>CFBundleSignature</key>
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
    20
	<string>Hedge</string>
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
    21
	<key>CFBundleVersion</key>
4336
006133b13b32 update build files for compliance with Mac AppStore
koda
parents: 3373
diff changeset
    22
	<string>${HEDGEWARS_REVISION}</string>
006133b13b32 update build files for compliance with Mac AppStore
koda
parents: 3373
diff changeset
    23
	<key>CFBundleShortVersionString</key>
1999
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
    24
	<string>${HEDGEWARS_VERSION}</string>
2003
41b3d00949ca Patch by koda:
unc0rr
parents: 1999
diff changeset
    25
	<key>NSHumanReadableCopyright</key>
5188
d0461bd6d45b some updates to the crossbuild system for mac
koda
parents: 4976
diff changeset
    26
	<string>Copyright © 2004-2011, Hedgewars Project</string>
2003
41b3d00949ca Patch by koda:
unc0rr
parents: 1999
diff changeset
    27
	<key>NSAppleScriptEnabled</key>
41b3d00949ca Patch by koda:
unc0rr
parents: 1999
diff changeset
    28
	<false/>
41b3d00949ca Patch by koda:
unc0rr
parents: 1999
diff changeset
    29
	<key>LSRequiresNativeExecution</key>
4336
006133b13b32 update build files for compliance with Mac AppStore
koda
parents: 3373
diff changeset
    30
	<true/>
2663
d53918cd22bb random updates for 10.6 and iphone builds
koda
parents: 2641
diff changeset
    31
	<key>LSMinimumSystemVersionByArchitecture</key>
d53918cd22bb random updates for 10.6 and iphone builds
koda
parents: 2641
diff changeset
    32
	<dict>
4336
006133b13b32 update build files for compliance with Mac AppStore
koda
parents: 3373
diff changeset
    33
		<key>x86_64</key>
006133b13b32 update build files for compliance with Mac AppStore
koda
parents: 3373
diff changeset
    34
		<string>10.6.0</string>
006133b13b32 update build files for compliance with Mac AppStore
koda
parents: 3373
diff changeset
    35
		<key>i386</key>
006133b13b32 update build files for compliance with Mac AppStore
koda
parents: 3373
diff changeset
    36
		<string>10.4.0</string>
006133b13b32 update build files for compliance with Mac AppStore
koda
parents: 3373
diff changeset
    37
		<key>ppc</key>
006133b13b32 update build files for compliance with Mac AppStore
koda
parents: 3373
diff changeset
    38
		<string>10.4.0</string>
2663
d53918cd22bb random updates for 10.6 and iphone builds
koda
parents: 2641
diff changeset
    39
	</dict>
2641
b08cafb86797 some tweaks in the mac compilation system
koda
parents: 2609
diff changeset
    40
	<key>LSArchitecturePriority</key>
b08cafb86797 some tweaks in the mac compilation system
koda
parents: 2609
diff changeset
    41
	<array>
4336
006133b13b32 update build files for compliance with Mac AppStore
koda
parents: 3373
diff changeset
    42
		<string>x86_64</string>
006133b13b32 update build files for compliance with Mac AppStore
koda
parents: 3373
diff changeset
    43
		<string>i386</string>
006133b13b32 update build files for compliance with Mac AppStore
koda
parents: 3373
diff changeset
    44
		<string>ppc</string>
2641
b08cafb86797 some tweaks in the mac compilation system
koda
parents: 2609
diff changeset
    45
	</array>
b08cafb86797 some tweaks in the mac compilation system
koda
parents: 2609
diff changeset
    46
	<key>LSMinimumSystemVersion</key>
5250
ebde40ba67fa forgot to update this variable name
koda
parents: 5188
diff changeset
    47
	<string>${minimum_macosx_version}</string>
2401
2a694ea2a437 fixes & co.
koda
parents: 2393
diff changeset
    48
	<key>SUPublicDSAKeyFile</key>
2a694ea2a437 fixes & co.
koda
parents: 2393
diff changeset
    49
	<string>dsa_pub.pem</string>
5251
f31d1073345e expose the available translations in the plist file
koda
parents: 5250
diff changeset
    50
	<key>CFBundleLocalizations</key>
f31d1073345e expose the available translations in the plist file
koda
parents: 5250
diff changeset
    51
	<array>
f31d1073345e expose the available translations in the plist file
koda
parents: 5250
diff changeset
    52
		<string>ar</string>
f31d1073345e expose the available translations in the plist file
koda
parents: 5250
diff changeset
    53
		<string>bg</string>
f31d1073345e expose the available translations in the plist file
koda
parents: 5250
diff changeset
    54
		<string>cs</string>
f31d1073345e expose the available translations in the plist file
koda
parents: 5250
diff changeset
    55
		<string>de</string>
f31d1073345e expose the available translations in the plist file
koda
parents: 5250
diff changeset
    56
		<string>el</string>
f31d1073345e expose the available translations in the plist file
koda
parents: 5250
diff changeset
    57
		<string>en</string>
f31d1073345e expose the available translations in the plist file
koda
parents: 5250
diff changeset
    58
		<string>es</string>
f31d1073345e expose the available translations in the plist file
koda
parents: 5250
diff changeset
    59
		<string>fi</string>
f31d1073345e expose the available translations in the plist file
koda
parents: 5250
diff changeset
    60
		<string>fr</string>
f31d1073345e expose the available translations in the plist file
koda
parents: 5250
diff changeset
    61
		<string>gl</string>
f31d1073345e expose the available translations in the plist file
koda
parents: 5250
diff changeset
    62
		<string>hu</string>
f31d1073345e expose the available translations in the plist file
koda
parents: 5250
diff changeset
    63
		<string>it</string>
f31d1073345e expose the available translations in the plist file
koda
parents: 5250
diff changeset
    64
		<string>ja</string>
f31d1073345e expose the available translations in the plist file
koda
parents: 5250
diff changeset
    65
		<string>ko</string>
f31d1073345e expose the available translations in the plist file
koda
parents: 5250
diff changeset
    66
		<string>nl</string>
f31d1073345e expose the available translations in the plist file
koda
parents: 5250
diff changeset
    67
		<string>pl</string>
f31d1073345e expose the available translations in the plist file
koda
parents: 5250
diff changeset
    68
		<string>pt_BR</string>
f31d1073345e expose the available translations in the plist file
koda
parents: 5250
diff changeset
    69
		<string>pt_PT</string>
f31d1073345e expose the available translations in the plist file
koda
parents: 5250
diff changeset
    70
		<string>ru</string>
f31d1073345e expose the available translations in the plist file
koda
parents: 5250
diff changeset
    71
		<string>sk</string>
f31d1073345e expose the available translations in the plist file
koda
parents: 5250
diff changeset
    72
		<string>sv</string>
f31d1073345e expose the available translations in the plist file
koda
parents: 5250
diff changeset
    73
		<string>tr</string>
f31d1073345e expose the available translations in the plist file
koda
parents: 5250
diff changeset
    74
		<string>uk</string>
f31d1073345e expose the available translations in the plist file
koda
parents: 5250
diff changeset
    75
		<string>zh_CN</string>
f31d1073345e expose the available translations in the plist file
koda
parents: 5250
diff changeset
    76
		<string>zh_TW</string>
f31d1073345e expose the available translations in the plist file
koda
parents: 5250
diff changeset
    77
	</array>
5252
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
    78
	<key>UTExportedTypeDeclarations</key>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
    79
	<array>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
    80
		<dict>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
    81
			<key>UTTypeIdentifier</key>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
    82
			<string>org.hedgewars.desktop.hws</string>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
    83
			<key>UTTypeReferenceURL</key>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
    84
			<string>http://www.hedgewars.org/demos/</string>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
    85
			<key>UTTypeDescription</key>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
    86
			<string>Hedgewars Save Game</string>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
    87
			<key>UTTypeIconFile</key>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
    88
			<string>public.text.icns</string>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
    89
			<key>UTTypeConformsTo</key>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
    90
			<array>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
    91
				<string>public.data</string>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
    92
			</array>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
    93
			<key>UTTypeTagSpecification</key>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
    94
			<dict>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
    95
				<key>public.filename-extension</key>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
    96
				<array>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
    97
					<string>hws</string>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
    98
				</array>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
    99
				<key>public.mime-type</key>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   100
				<string>application/x-hedgewars-save</string>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   101
			</dict>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   102
		</dict>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   103
		<dict>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   104
			<key>UTTypeIdentifier</key>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   105
			<string>org.hedgewars.desktop.hwd</string>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   106
			<key>UTTypeReferenceURL</key>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   107
			<string>http://www.hedgewars.org/demos/</string>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   108
			<key>UTTypeIconFile</key>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   109
			<string>public.text.icns</string>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   110
			<key>UTTypeDescription</key>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   111
			<string>Hedgewars Demo Game</string>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   112
			<key>UTTypeConformsTo</key>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   113
			<array>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   114
				<string>public.data</string>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   115
			</array>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   116
			<key>UTTypeTagSpecification</key>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   117
			<dict>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   118
				<key>public.filename-extension</key>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   119
				<array>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   120
					<string>hwd</string>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   121
				</array>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   122
				<key>public.mime-type</key>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   123
				<string>application/x-hedgewars-demo</string>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   124
			</dict>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   125
		</dict>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   126
	</array>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   127
	<key>CFBundleDocumentTypes</key>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   128
	<array>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   129
		<dict>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   130
			<key>CFBundleTypeIconFile</key>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   131
			<string>hwico.icns</string>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   132
			<key>CFBundleTypeName</key>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   133
			<string>Hedgewars Savefile</string>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   134
			<key>LSItemContentTypes</key>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   135
			<array>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   136
				<string>org.hedgewars.desktop.hws</string>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   137
			</array>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   138
			<key>CFBundleTypeRole</key>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   139
			<string>Editor</string>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   140
		</dict>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   141
		<dict>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   142
			<key>CFBundleTypeIconFile</key>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   143
			<string>hwico.icns</string>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   144
			<key>CFBundleTypeName</key>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   145
			<string>Hedgewars Demofile</string>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   146
			<key>LSItemContentTypes</key>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   147
			<array>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   148
				<string>org.hedgewars.desktop.hwd</string>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   149
			</array>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   150
			<key>CFBundleTypeRole</key>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   151
			<string>Viewer</string>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   152
		</dict>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   153
	</array>
1999
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
   154
</dict>
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
   155
</plist>