demos/browser/Info_mac.plist
author Eckhart Koeppen <eckhart.koppen@nokia.com>
Wed, 28 Apr 2010 13:15:16 +0300
branchRCL_3
changeset 15 b25b6dc3ff8b
parent 0 1918ee327afb
permissions -rw-r--r--
2010-17 8b4fb6db9a24f58dafbd4734d9c4a87a72f9ad8f

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9">
<dict>
	<key>CFBundleIconFile</key>
	<string>@ICON@</string>
	<key>CFBundlePackageType</key>
	<string>APPL</string>
        <key>CFBundleGetInfoString</key>
	<string>Created by Qt/QMake</string>
	<key>CFBundleIdentifier</key>
	<string>com.trolltech.DemoBrowser</string>
	<key>CFBundleSignature</key>
	<string>ttxt</string>
	<key>CFBundleExecutable</key>
	<string>@EXECUTABLE@</string>
	<key>CFBundleDocumentTypes</key>
        <array>
                <dict>
                        <key>CFBundleTypeExtensions</key>
                        <array>
                                <string>html</string>
                                <string>htm</string>
                                <string>shtml</string>
                                <string>xht</string>
                                <string>xhtml</string>
                        </array>
			<key>CFBundleTypeIconFile</key>
			<string>@ICON@</string>
                        <key>CFBundleTypeName</key>
                        <string>HTML Document</string>
                        <key>CFBundleTypeOSTypes</key>
                        <array>
                                <string>HTML</string>
                        </array>
                        <key>CFBundleTypeRole</key>
                        <string>Viewer</string>
                </dict>
        </array>
	<key>NOTE</key>
	<string>DemoBrowser by Nokia Corporation and/or its subsidiary(-ies)</string>
</dict>
</plist>