share/Info.plist.in
author nemo
Tue, 08 Sep 2009 19:44:49 +0000
changeset 2357 babe1a55e284
parent 2261 57e99c908e7c
child 2393 068632066f80
permissions -rw-r--r--
Add an empty weapon to avoid selection of weapons which aren't yet ready. Might all be useful to switch to amNothing in certain situations, like after using up all ropes, instead of bazooka.
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>
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
     5
	<key>CFBundleExecutable</key>
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
     6
	<string>hedgewars</string>
2003
41b3d00949ca Patch by koda:
unc0rr
parents: 1999
diff changeset
     7
	<key>CFBundleGetInfoString</key>
2008
fc2fb5c938c3 Patch by koda:
unc0rr
parents: 2003
diff changeset
     8
	<string>http://www.hedgewars.org</string>
1999
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
     9
	<key>CFBundleIconFile</key>
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
    10
	<string>Icon.icns</string>
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
    11
	<key>CFBundleIdentifier</key>
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
    12
	<string>com.hedgewars</string>
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
    13
	<key>CFBundlePackageType</key>
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
    14
	<string>APPL</string>
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
    15
	<key>CFBundleSignature</key>
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
    16
	<string>Hedge</string>
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
    17
	<key>CFBundleVersion</key>
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
    18
	<string>${HEDGEWARS_VERSION}</string>
2003
41b3d00949ca Patch by koda:
unc0rr
parents: 1999
diff changeset
    19
	<key>NSHumanReadableCopyright</key>
41b3d00949ca Patch by koda:
unc0rr
parents: 1999
diff changeset
    20
	<string>GPL</string>
41b3d00949ca Patch by koda:
unc0rr
parents: 1999
diff changeset
    21
	<key>NSAppleScriptEnabled</key>
41b3d00949ca Patch by koda:
unc0rr
parents: 1999
diff changeset
    22
	<false/>
41b3d00949ca Patch by koda:
unc0rr
parents: 1999
diff changeset
    23
	<key>LSExecutableArchitectures</key>
2261
57e99c908e7c a lot of stuff:
koda
parents: 2008
diff changeset
    24
   	<string>i386</string>
2003
41b3d00949ca Patch by koda:
unc0rr
parents: 1999
diff changeset
    25
	<key>LSMinimumSystemVersion</key>
41b3d00949ca Patch by koda:
unc0rr
parents: 1999
diff changeset
    26
	<string>10.4.0</string>
41b3d00949ca Patch by koda:
unc0rr
parents: 1999
diff changeset
    27
	<key>LSRequiresNativeExecution</key>
41b3d00949ca Patch by koda:
unc0rr
parents: 1999
diff changeset
    28
        <true/>
1999
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
    29
</dict>
a28dcfe658e3 Commit part of koda's patch which applies cleanly:
unc0rr
parents:
diff changeset
    30
</plist>