File: Info_mac.plist

package info (click to toggle)
qt4-x11 4%3A4.6.3-4%2Bsqueeze3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze-lts
  • size: 492,744 kB
  • ctags: 358,476
  • sloc: cpp: 2,012,323; ansic: 339,659; sh: 27,091; xml: 14,637; perl: 9,454; python: 6,289; yacc: 5,342; asm: 2,515; makefile: 869; ruby: 503; pascal: 495; cs: 112; objc: 65; sed: 34
file content (43 lines) | stat: -rw-r--r-- 1,589 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?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>