share/Info.plist.in
author nemo
Sat, 04 Dec 2010 11:30:54 -0500
changeset 4455 a0c8779713f2
parent 4360 6cdb427ef82c
child 4732 10f675aee907
child 4777 97c614e1f907
permissions -rw-r--r--
In AI survival mode, have the AI score when it kills humans, instead of its own team, clear poison on an AI kill, and reset AI health using InitialHealth instead of 100.
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>
2401
2a694ea2a437 fixes & co.
koda
parents: 2393
diff changeset
     5
	<key>CFBundleName</key>
2a694ea2a437 fixes & co.
koda
parents: 2393
diff changeset
     6
	<string>Hedgewars</string>
1999
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
     7
	<key>CFBundleExecutable</key>
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
     8
	<string>hedgewars</string>
2003
41b3d00949ca Patch by koda:
unc0rr
parents: 1999
diff changeset
     9
	<key>CFBundleGetInfoString</key>
2008
fc2fb5c938c3 Patch by koda:
unc0rr
parents: 2003
diff changeset
    10
	<string>http://www.hedgewars.org</string>
1999
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
    11
	<key>CFBundleIconFile</key>
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
    12
	<string>Icon.icns</string>
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
    13
	<key>CFBundleIdentifier</key>
3373
c1ff724a5c34 use a proper bundle identifier
koda
parents: 2663
diff changeset
    14
	<string>org.hedgewars.desktop</string>
1999
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
    15
	<key>CFBundlePackageType</key>
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
    16
	<string>APPL</string>
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
    17
	<key>CFBundleSignature</key>
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
    18
	<string>Hedge</string>
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
    19
	<key>CFBundleVersion</key>
4360
6cdb427ef82c update build files for compliance with Mac AppStore
koda
parents: 3373
diff changeset
    20
	<string>${HEDGEWARS_REVISION}</string>
6cdb427ef82c update build files for compliance with Mac AppStore
koda
parents: 3373
diff changeset
    21
	<key>CFBundleShortVersionString</key>
1999
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
    22
	<string>${HEDGEWARS_VERSION}</string>
2003
41b3d00949ca Patch by koda:
unc0rr
parents: 1999
diff changeset
    23
	<key>NSHumanReadableCopyright</key>
4360
6cdb427ef82c update build files for compliance with Mac AppStore
koda
parents: 3373
diff changeset
    24
	<string>© 2004-2010 Hedgewars Project</string>
2003
41b3d00949ca Patch by koda:
unc0rr
parents: 1999
diff changeset
    25
	<key>NSAppleScriptEnabled</key>
41b3d00949ca Patch by koda:
unc0rr
parents: 1999
diff changeset
    26
	<false/>
41b3d00949ca Patch by koda:
unc0rr
parents: 1999
diff changeset
    27
	<key>LSRequiresNativeExecution</key>
4360
6cdb427ef82c update build files for compliance with Mac AppStore
koda
parents: 3373
diff changeset
    28
	<true/>
2663
d53918cd22bb random updates for 10.6 and iphone builds
koda
parents: 2641
diff changeset
    29
	<key>LSMinimumSystemVersionByArchitecture</key>
d53918cd22bb random updates for 10.6 and iphone builds
koda
parents: 2641
diff changeset
    30
	<dict>
4360
6cdb427ef82c update build files for compliance with Mac AppStore
koda
parents: 3373
diff changeset
    31
		<key>x86_64</key>
6cdb427ef82c update build files for compliance with Mac AppStore
koda
parents: 3373
diff changeset
    32
		<string>10.6.0</string>
6cdb427ef82c update build files for compliance with Mac AppStore
koda
parents: 3373
diff changeset
    33
		<key>i386</key>
6cdb427ef82c update build files for compliance with Mac AppStore
koda
parents: 3373
diff changeset
    34
		<string>10.4.0</string>
6cdb427ef82c update build files for compliance with Mac AppStore
koda
parents: 3373
diff changeset
    35
		<key>ppc</key>
6cdb427ef82c update build files for compliance with Mac AppStore
koda
parents: 3373
diff changeset
    36
		<string>10.4.0</string>
2663
d53918cd22bb random updates for 10.6 and iphone builds
koda
parents: 2641
diff changeset
    37
	</dict>
2641
b08cafb86797 some tweaks in the mac compilation system
koda
parents: 2609
diff changeset
    38
	<key>LSArchitecturePriority</key>
b08cafb86797 some tweaks in the mac compilation system
koda
parents: 2609
diff changeset
    39
	<array>
4360
6cdb427ef82c update build files for compliance with Mac AppStore
koda
parents: 3373
diff changeset
    40
		<string>x86_64</string>
6cdb427ef82c update build files for compliance with Mac AppStore
koda
parents: 3373
diff changeset
    41
		<string>i386</string>
6cdb427ef82c update build files for compliance with Mac AppStore
koda
parents: 3373
diff changeset
    42
		<string>ppc</string>
2641
b08cafb86797 some tweaks in the mac compilation system
koda
parents: 2609
diff changeset
    43
	</array>
b08cafb86797 some tweaks in the mac compilation system
koda
parents: 2609
diff changeset
    44
	<key>LSMinimumSystemVersion</key>
b08cafb86797 some tweaks in the mac compilation system
koda
parents: 2609
diff changeset
    45
	<string>${minimum_macosx}</string>
2401
2a694ea2a437 fixes & co.
koda
parents: 2393
diff changeset
    46
	<key>SUPublicDSAKeyFile</key>
2a694ea2a437 fixes & co.
koda
parents: 2393
diff changeset
    47
	<string>dsa_pub.pem</string>
4360
6cdb427ef82c update build files for compliance with Mac AppStore
koda
parents: 3373
diff changeset
    48
	<key>LSApplicationCategoryType</key>
6cdb427ef82c update build files for compliance with Mac AppStore
koda
parents: 3373
diff changeset
    49
	<string>public.app-category.strategy-games</string>
1999
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
    50
</dict>
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
    51
</plist>