share/Info.plist.in
author nemo
Sun, 26 Dec 2010 00:28:23 -0500
changeset 4686 3682db294dae
parent 4336 006133b13b32
child 4732 10f675aee907
child 4777 97c614e1f907
permissions -rw-r--r--
remove all screwing about with uLandGraphics - have not found a way to properly handle LandBackTex through despeckling or fill checks that does not result in ugly fire damage or wiped out landbacktex. Would rather some snowflakes lines than that.
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>
4336
006133b13b32 update build files for compliance with Mac AppStore
koda
parents: 3373
diff changeset
    20
	<string>${HEDGEWARS_REVISION}</string>
006133b13b32 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>
4336
006133b13b32 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>
4336
006133b13b32 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>
4336
006133b13b32 update build files for compliance with Mac AppStore
koda
parents: 3373
diff changeset
    31
		<key>x86_64</key>
006133b13b32 update build files for compliance with Mac AppStore
koda
parents: 3373
diff changeset
    32
		<string>10.6.0</string>
006133b13b32 update build files for compliance with Mac AppStore
koda
parents: 3373
diff changeset
    33
		<key>i386</key>
006133b13b32 update build files for compliance with Mac AppStore
koda
parents: 3373
diff changeset
    34
		<string>10.4.0</string>
006133b13b32 update build files for compliance with Mac AppStore
koda
parents: 3373
diff changeset
    35
		<key>ppc</key>
006133b13b32 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>
4336
006133b13b32 update build files for compliance with Mac AppStore
koda
parents: 3373
diff changeset
    40
		<string>x86_64</string>
006133b13b32 update build files for compliance with Mac AppStore
koda
parents: 3373
diff changeset
    41
		<string>i386</string>
006133b13b32 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>
4336
006133b13b32 update build files for compliance with Mac AppStore
koda
parents: 3373
diff changeset
    48
	<key>LSApplicationCategoryType</key>
006133b13b32 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>