share/Info.plist.in
changeset 1999 a28dcfe658e3
child 2003 41b3d00949ca
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/share/Info.plist.in	Fri Apr 17 17:01:58 2009 +0000
@@ -0,0 +1,20 @@
+<?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>