share/Info.plist.in
author nemo
Mon, 15 Jun 2009 21:03:57 +0000
changeset 2167 4e9ad395c1d1
parent 2008 fc2fb5c938c3
child 2261 57e99c908e7c
permissions -rw-r--r--
Loop sweeping to avoid stray pixels. Avoided at first hoping there was a cleverer approach. Fortunately sweep is infrequent.
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>