share/Info.plist.in
author nemo
Mon, 01 Nov 2010 17:12:32 -0400
changeset 4083 830d1f4eb517
parent 3373 c1ff724a5c34
child 4336 006133b13b32
permissions -rw-r--r--
Add a misc folder to contain some files for attempting a local registration of hwengine against hedgewars demo and save files on request. Still needs the addition of the frontend code to mkdir -p in .local, copy the files, call update-mime-info and such

<?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>CFBundleName</key>
	<string>Hedgewars</string>
	<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>org.hedgewars.desktop</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>LSRequiresNativeExecution</key>
        <true/>
	<key>LSMinimumSystemVersionByArchitecture</key>
	<dict>
	  <key>x86_64</key>
	  <string>10.6.0</string>
	  <key>i386</key>
	  <string>10.4.0</string>
	  <key>ppc</key>
	  <string>10.4.0</string>	    
	</dict>
	<key>LSArchitecturePriority</key>
	<array>
   	  <string>x86_64</string>
   	  <string>i386</string>
   	  <string>ppc</string>
	</array>
	<key>LSMinimumSystemVersion</key>
	<string>${minimum_macosx}</string>
	<key>SUPublicDSAKeyFile</key>
	<string>dsa_pub.pem</string>
</dict>
</plist>