share/Info.plist.in
author nemo
Tue, 30 Mar 2010 13:33:01 +0000
changeset 3173 909b28b1b61a
parent 2663 d53918cd22bb
child 3373 c1ff724a5c34
permissions -rw-r--r--
This map has always been broken. This variant makes it slightly less broken (although something changed on the ceiling might prevent hiding on pixels on the slope). What will finally fix it is either moving nets closer together or adding angle bounce to hedgehogs or some other layout that prevents hiding.
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>
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
    14
	<string>com.hedgewars</string>
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>
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
    20
	<string>${HEDGEWARS_VERSION}</string>
2003
41b3d00949ca Patch by koda:
unc0rr
parents: 1999
diff changeset
    21
	<key>NSHumanReadableCopyright</key>
41b3d00949ca Patch by koda:
unc0rr
parents: 1999
diff changeset
    22
	<string>GPL</string>
41b3d00949ca Patch by koda:
unc0rr
parents: 1999
diff changeset
    23
	<key>NSAppleScriptEnabled</key>
41b3d00949ca Patch by koda:
unc0rr
parents: 1999
diff changeset
    24
	<false/>
41b3d00949ca Patch by koda:
unc0rr
parents: 1999
diff changeset
    25
	<key>LSRequiresNativeExecution</key>
41b3d00949ca Patch by koda:
unc0rr
parents: 1999
diff changeset
    26
        <true/>
2663
d53918cd22bb random updates for 10.6 and iphone builds
koda
parents: 2641
diff changeset
    27
	<key>LSMinimumSystemVersionByArchitecture</key>
d53918cd22bb random updates for 10.6 and iphone builds
koda
parents: 2641
diff changeset
    28
	<dict>
d53918cd22bb random updates for 10.6 and iphone builds
koda
parents: 2641
diff changeset
    29
	  <key>x86_64</key>
d53918cd22bb random updates for 10.6 and iphone builds
koda
parents: 2641
diff changeset
    30
	  <string>10.6.0</string>
d53918cd22bb random updates for 10.6 and iphone builds
koda
parents: 2641
diff changeset
    31
	  <key>i386</key>
d53918cd22bb random updates for 10.6 and iphone builds
koda
parents: 2641
diff changeset
    32
	  <string>10.4.0</string>
d53918cd22bb random updates for 10.6 and iphone builds
koda
parents: 2641
diff changeset
    33
	  <key>ppc</key>
d53918cd22bb random updates for 10.6 and iphone builds
koda
parents: 2641
diff changeset
    34
	  <string>10.4.0</string>	    
d53918cd22bb random updates for 10.6 and iphone builds
koda
parents: 2641
diff changeset
    35
	</dict>
2641
b08cafb86797 some tweaks in the mac compilation system
koda
parents: 2609
diff changeset
    36
	<key>LSArchitecturePriority</key>
b08cafb86797 some tweaks in the mac compilation system
koda
parents: 2609
diff changeset
    37
	<array>
b08cafb86797 some tweaks in the mac compilation system
koda
parents: 2609
diff changeset
    38
   	  <string>x86_64</string>
b08cafb86797 some tweaks in the mac compilation system
koda
parents: 2609
diff changeset
    39
   	  <string>i386</string>
b08cafb86797 some tweaks in the mac compilation system
koda
parents: 2609
diff changeset
    40
   	  <string>ppc</string>
b08cafb86797 some tweaks in the mac compilation system
koda
parents: 2609
diff changeset
    41
	</array>
b08cafb86797 some tweaks in the mac compilation system
koda
parents: 2609
diff changeset
    42
	<key>LSMinimumSystemVersion</key>
b08cafb86797 some tweaks in the mac compilation system
koda
parents: 2609
diff changeset
    43
	<string>${minimum_macosx}</string>
2401
2a694ea2a437 fixes & co.
koda
parents: 2393
diff changeset
    44
	<key>SUPublicDSAKeyFile</key>
2a694ea2a437 fixes & co.
koda
parents: 2393
diff changeset
    45
	<string>dsa_pub.pem</string>
1999
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
    46
</dict>
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
    47
</plist>