share/Info.plist.in
author nemo
Fri, 05 Nov 2010 18:56:12 -0400
changeset 4140 1563b216f243
parent 3373 c1ff724a5c34
child 4336 006133b13b32
permissions -rw-r--r--
revert attempts to block switching weapon while targetting in infinite attack mode. just getting too messy. probably best to allow any weapon to be targetted, and store the target in the gear and draw it there instead of uworld, but I'm leaving this alone
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>
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>