0
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
|
|
3 |
<plist version="0.9">
|
|
4 |
<dict>
|
|
5 |
<key>CFBundleIconFile</key>
|
|
6 |
<string>@ICON@</string>
|
|
7 |
<key>CFBundlePackageType</key>
|
|
8 |
<string>APPL</string>
|
|
9 |
<key>CFBundleGetInfoString</key>
|
|
10 |
<string>Created by Qt/QMake</string>
|
|
11 |
<key>CFBundleIdentifier</key>
|
|
12 |
<string>com.trolltech.DemoBrowser</string>
|
|
13 |
<key>CFBundleSignature</key>
|
|
14 |
<string>ttxt</string>
|
|
15 |
<key>CFBundleExecutable</key>
|
|
16 |
<string>@EXECUTABLE@</string>
|
|
17 |
<key>CFBundleDocumentTypes</key>
|
|
18 |
<array>
|
|
19 |
<dict>
|
|
20 |
<key>CFBundleTypeExtensions</key>
|
|
21 |
<array>
|
|
22 |
<string>html</string>
|
|
23 |
<string>htm</string>
|
|
24 |
<string>shtml</string>
|
|
25 |
<string>xht</string>
|
|
26 |
<string>xhtml</string>
|
|
27 |
</array>
|
|
28 |
<key>CFBundleTypeIconFile</key>
|
|
29 |
<string>@ICON@</string>
|
|
30 |
<key>CFBundleTypeName</key>
|
|
31 |
<string>HTML Document</string>
|
|
32 |
<key>CFBundleTypeOSTypes</key>
|
|
33 |
<array>
|
|
34 |
<string>HTML</string>
|
|
35 |
</array>
|
|
36 |
<key>CFBundleTypeRole</key>
|
|
37 |
<string>Viewer</string>
|
|
38 |
</dict>
|
|
39 |
</array>
|
|
40 |
<key>NOTE</key>
|
|
41 |
<string>DemoBrowser by Nokia Corporation and/or its subsidiary(-ies)</string>
|
|
42 |
</dict>
|
|
43 |
</plist>
|