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.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>CFBundleExecutable</key>
	<string>hedgewars</string>
	<key>CFBundleGetInfoString</key>
	<string>http://www.hedgewars.org</string>
	<key>CFBundleIconFile</key>
	<string>Icon.icns</string>
	<key>CFBundleIdentifier</key>
	<string>com.hedgewars</string>
	<key>CFBundlePackageType</key>
	<string>APPL</string>
	<key>CFBundleSignature</key>
	<string>Hedge</string>
	<key>CFBundleVersion</key>
	<string>${HEDGEWARS_VERSION}</string>
	<key>NSHumanReadableCopyright</key>
	<string>GPL</string>
	<key>NSAppleScriptEnabled</key>
	<false/>
	<key>LSExecutableArchitectures</key>
   	<string>i386, ppc</string>
	<key>LSMinimumSystemVersion</key>
	<string>10.4.0</string>
	<key>LSRequiresNativeExecution</key>
        <true/>
</dict>
</plist>