share/Info.plist.in
author unc0rr
Fri, 17 Apr 2009 20:13:46 +0000
changeset 2002 37c71f5983c9
parent 1999 a28dcfe658e3
child 2003 41b3d00949ca
permissions -rw-r--r--
patch by koda: - Part of previous patch - Some flags for Mac OS X compilation

<?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>CFBundleIconFile</key>
	<string>Icon.icns</string>
	<key>CFBundleIdentifier</key>
	<string>com.hedgewars</string>
	<key>CFBundlePackageType</key>
	<string>APPL</string>
	<key>LSMinimumSystemVersion</key>
	<string>10.5.0</string>
	<key>CFBundleSignature</key>
	<string>Hedge</string>
	<key>CFBundleVersion</key>
	<string>${HEDGEWARS_VERSION}</string>
</dict>
</plist>