Last change
on this file since 1039 was 846, checked in by Dmitry A. Kuminov, 14 years ago |
trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.
|
File size:
1.5 KB
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
|
---|
3 | <plist version="0.1">
|
---|
4 | <dict>
|
---|
5 | <key>CFBundleIconFile</key>
|
---|
6 | <string>@ICON@</string>
|
---|
7 | <key>CFBundleIdentifier</key>
|
---|
8 | <string>com.nokia.qt.qml</string>
|
---|
9 | <key>CFBundlePackageType</key>
|
---|
10 | <string>APPL</string>
|
---|
11 | <key>CFBundleGetInfoString</key>
|
---|
12 | <string>Created by Qt/QMake</string>
|
---|
13 | <key>CFBundleSignature</key>
|
---|
14 | <string>@TYPEINFO@</string>
|
---|
15 | <key>CFBundleExecutable</key>
|
---|
16 | <string>@EXECUTABLE@</string>
|
---|
17 | <key>UTExportedTypeDeclarations</key>
|
---|
18 | <array>
|
---|
19 | <dict>
|
---|
20 | <key>UTTypeIdentifier</key>
|
---|
21 | <string>com.nokia.qt.qml</string>
|
---|
22 | <key>UTTypeDescription</key>
|
---|
23 | <string>Qt Markup Language</string>
|
---|
24 | <key>UTTypeConformsTo</key>
|
---|
25 | <array>
|
---|
26 | <string>public.plain-text</string>
|
---|
27 | </array>
|
---|
28 | <key>UTTypeTagSpecification</key>
|
---|
29 | <dict>
|
---|
30 | <key>public.filename-extension</key>
|
---|
31 | <array>
|
---|
32 | <string>qml</string>
|
---|
33 | </array>
|
---|
34 | </dict>
|
---|
35 | </dict>
|
---|
36 | </array>
|
---|
37 | <key>CFBundleDocumentTypes</key>
|
---|
38 | <array>
|
---|
39 | <dict>
|
---|
40 | <key>LSItemContentTypes</key>
|
---|
41 | <array>
|
---|
42 | <string>com.nokia.qt.qml</string>
|
---|
43 | </array>
|
---|
44 | <key>CFBundleTypeRole</key>
|
---|
45 | <string>Viewer</string>
|
---|
46 | </dict>
|
---|
47 | </array>
|
---|
48 | </dict>
|
---|
49 | </plist>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.