share/Info.plist.in
author unc0rr
Fri, 01 May 2009 09:01:44 +0000
changeset 2021 a591afb43768
parent 2008 fc2fb5c938c3
child 2261 57e99c908e7c
permissions -rw-r--r--
Some changes in try to fix issue when you enter room with painted map, but frontend shows generated one (most probably bug is triggered by template filters) Untested.
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>
41b3d00949ca Patch by koda:
unc0rr
parents: 1999
diff changeset
    24
   	<string>i386, ppc</string>
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>