share/Info.plist.in
author koda
Fri, 02 Nov 2012 00:06:11 +0100
branch0.9.18
changeset 7933 223b3a195474
parent 7914 e3f61d848985
child 8443 2debc9b9f917
permissions -rw-r--r--
many osx sparkle fixes
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>
7914
e3f61d848985 updated Info.plist
koda
parents: 5252
diff changeset
    26
	<string>Copyright © 2004-2012, 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>
7933
223b3a195474 many osx sparkle fixes
koda
parents: 7914
diff changeset
    50
	<key>SUFeedURL</key>
223b3a195474 many osx sparkle fixes
koda
parents: 7914
diff changeset
    51
	<string>http://www.hedgewars.org/download/appcast.xml</string>
5251
f31d1073345e expose the available translations in the plist file
koda
parents: 5250
diff changeset
    52
	<key>CFBundleLocalizations</key>
f31d1073345e expose the available translations in the plist file
koda
parents: 5250
diff changeset
    53
	<array>
f31d1073345e expose the available translations in the plist file
koda
parents: 5250
diff changeset
    54
		<string>ar</string>
f31d1073345e expose the available translations in the plist file
koda
parents: 5250
diff changeset
    55
		<string>bg</string>
f31d1073345e expose the available translations in the plist file
koda
parents: 5250
diff changeset
    56
		<string>cs</string>
7914
e3f61d848985 updated Info.plist
koda
parents: 5252
diff changeset
    57
		<string>da</string>
5251
f31d1073345e expose the available translations in the plist file
koda
parents: 5250
diff changeset
    58
		<string>de</string>
f31d1073345e expose the available translations in the plist file
koda
parents: 5250
diff changeset
    59
		<string>el</string>
f31d1073345e expose the available translations in the plist file
koda
parents: 5250
diff changeset
    60
		<string>en</string>
f31d1073345e expose the available translations in the plist file
koda
parents: 5250
diff changeset
    61
		<string>es</string>
f31d1073345e expose the available translations in the plist file
koda
parents: 5250
diff changeset
    62
		<string>fi</string>
f31d1073345e expose the available translations in the plist file
koda
parents: 5250
diff changeset
    63
		<string>fr</string>
f31d1073345e expose the available translations in the plist file
koda
parents: 5250
diff changeset
    64
		<string>gl</string>
f31d1073345e expose the available translations in the plist file
koda
parents: 5250
diff changeset
    65
		<string>hu</string>
f31d1073345e expose the available translations in the plist file
koda
parents: 5250
diff changeset
    66
		<string>it</string>
f31d1073345e expose the available translations in the plist file
koda
parents: 5250
diff changeset
    67
		<string>ja</string>
f31d1073345e expose the available translations in the plist file
koda
parents: 5250
diff changeset
    68
		<string>ko</string>
7914
e3f61d848985 updated Info.plist
koda
parents: 5252
diff changeset
    69
		<string>lt</string>
5251
f31d1073345e expose the available translations in the plist file
koda
parents: 5250
diff changeset
    70
		<string>nl</string>
f31d1073345e expose the available translations in the plist file
koda
parents: 5250
diff changeset
    71
		<string>pl</string>
f31d1073345e expose the available translations in the plist file
koda
parents: 5250
diff changeset
    72
		<string>pt_BR</string>
f31d1073345e expose the available translations in the plist file
koda
parents: 5250
diff changeset
    73
		<string>pt_PT</string>
7914
e3f61d848985 updated Info.plist
koda
parents: 5252
diff changeset
    74
		<string>ro</string>
5251
f31d1073345e expose the available translations in the plist file
koda
parents: 5250
diff changeset
    75
		<string>ru</string>
f31d1073345e expose the available translations in the plist file
koda
parents: 5250
diff changeset
    76
		<string>sk</string>
f31d1073345e expose the available translations in the plist file
koda
parents: 5250
diff changeset
    77
		<string>sv</string>
7914
e3f61d848985 updated Info.plist
koda
parents: 5252
diff changeset
    78
		<string>tr_TR</string>
5251
f31d1073345e expose the available translations in the plist file
koda
parents: 5250
diff changeset
    79
		<string>uk</string>
f31d1073345e expose the available translations in the plist file
koda
parents: 5250
diff changeset
    80
		<string>zh_CN</string>
f31d1073345e expose the available translations in the plist file
koda
parents: 5250
diff changeset
    81
		<string>zh_TW</string>
f31d1073345e expose the available translations in the plist file
koda
parents: 5250
diff changeset
    82
	</array>
5252
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
    83
	<key>UTExportedTypeDeclarations</key>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
    84
	<array>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
    85
		<dict>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
    86
			<key>UTTypeIdentifier</key>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
    87
			<string>org.hedgewars.desktop.hws</string>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
    88
			<key>UTTypeReferenceURL</key>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
    89
			<string>http://www.hedgewars.org/demos/</string>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
    90
			<key>UTTypeDescription</key>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
    91
			<string>Hedgewars Save Game</string>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
    92
			<key>UTTypeIconFile</key>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
    93
			<string>public.text.icns</string>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
    94
			<key>UTTypeConformsTo</key>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
    95
			<array>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
    96
				<string>public.data</string>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
    97
			</array>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
    98
			<key>UTTypeTagSpecification</key>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
    99
			<dict>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   100
				<key>public.filename-extension</key>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   101
				<array>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   102
					<string>hws</string>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   103
				</array>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   104
				<key>public.mime-type</key>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   105
				<string>application/x-hedgewars-save</string>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   106
			</dict>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   107
		</dict>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   108
		<dict>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   109
			<key>UTTypeIdentifier</key>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   110
			<string>org.hedgewars.desktop.hwd</string>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   111
			<key>UTTypeReferenceURL</key>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   112
			<string>http://www.hedgewars.org/demos/</string>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   113
			<key>UTTypeIconFile</key>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   114
			<string>public.text.icns</string>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   115
			<key>UTTypeDescription</key>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   116
			<string>Hedgewars Demo Game</string>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   117
			<key>UTTypeConformsTo</key>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   118
			<array>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   119
				<string>public.data</string>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   120
			</array>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   121
			<key>UTTypeTagSpecification</key>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   122
			<dict>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   123
				<key>public.filename-extension</key>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   124
				<array>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   125
					<string>hwd</string>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   126
				</array>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   127
				<key>public.mime-type</key>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   128
				<string>application/x-hedgewars-demo</string>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   129
			</dict>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   130
		</dict>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   131
	</array>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   132
	<key>CFBundleDocumentTypes</key>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   133
	<array>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   134
		<dict>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   135
			<key>CFBundleTypeIconFile</key>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   136
			<string>hwico.icns</string>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   137
			<key>CFBundleTypeName</key>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   138
			<string>Hedgewars Savefile</string>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   139
			<key>LSItemContentTypes</key>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   140
			<array>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   141
				<string>org.hedgewars.desktop.hws</string>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   142
			</array>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   143
			<key>CFBundleTypeRole</key>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   144
			<string>Editor</string>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   145
		</dict>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   146
		<dict>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   147
			<key>CFBundleTypeIconFile</key>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   148
			<string>hwico.icns</string>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   149
			<key>CFBundleTypeName</key>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   150
			<string>Hedgewars Demofile</string>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   151
			<key>LSItemContentTypes</key>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   152
			<array>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   153
				<string>org.hedgewars.desktop.hwd</string>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   154
			</array>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   155
			<key>CFBundleTypeRole</key>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   156
			<string>Viewer</string>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   157
		</dict>
ded882439548 file association for mac!
koda
parents: 5251
diff changeset
   158
	</array>
1999
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
   159
</dict>
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
   160
</plist>