share/Info.plist.in
author koda
Tue, 28 Jun 2011 01:05:33 +0200
branch0.9.15
changeset 4732 10f675aee907
parent 4336 006133b13b32
child 4779 53f7e964a338
permissions -rw-r--r--
expose the available translations in the plist file for 0.9.15 (rf31d1073345e)

<?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>LSApplicationCategoryType</key>
	<string>public.app-category.strategy-games</string>
	<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_REVISION}</string>
	<key>CFBundleShortVersionString</key>
	<string>${HEDGEWARS_VERSION}</string>
	<key>NSHumanReadableCopyright</key>
	<string>© 2004-2011 Hedgewars Project</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>
	<key>CFBundleLocalizations</key>
	<array>
		<string>ar</string>
		<string>bg</string>
		<string>cs</string>
		<string>de</string>
		<string>el</string>
		<string>en</string>
		<string>es</string>
		<string>fi</string>
		<string>fr</string>
		<string>gl</string>
		<string>hu</string>
		<string>it</string>
		<string>ja</string>
		<string>ko</string>
		<string>nl</string>
		<string>pl</string>
		<string>pt_BR</string>
		<string>pt_PT</string>
		<string>ru</string>
		<string>sk</string>
		<string>sv</string>
		<string>tr</string>
		<string>uk</string>
		<string>zh_CN</string>
		<string>zh_TW</string>
	</array>
</dict>
</plist>