OSDN Git Service

d5b7bb1a0f57610f670e3e07dc306712aee4da02
[qt-creator-jp/qt-creator-jp.git] / share / qtcreator / qml / qmlobserver / Info.plist.in
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>NSHumanReadableCopyright</key>
6         <string>(C) 2008-2011 Nokia Corporation
7 Commercial Usage
8
9 Licensees holding valid Qt Commercial licenses may use this file in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.
10
11 GNU Lesser General Public License Usage
12
13 Alternatively, this plugin may be used under the terms of the GNU Lesser General Public License version 2.1 as published by the Free Software Foundation and appearing in the file LICENSE.LGPL included in the packaging of this file.  Please review the following information to ensure the GNU Lesser General Public License version 2.1 requirements will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.</string>
14         <key>CFBundleIconFile</key>
15         <string>@ICON@</string>
16         <key>CFBundleIdentifier</key>
17         <string>com.nokia.qt.qml</string>
18         <key>CFBundlePackageType</key>
19         <string>APPL</string>
20         <key>CFBundleGetInfoString</key>
21         <string>Created by Qt/QMake</string>
22         <key>CFBundleSignature</key>
23         <string>@TYPEINFO@</string>
24         <key>CFBundleExecutable</key>
25         <string>@EXECUTABLE@</string>
26         <key>CFBundleVersion</key>
27         <string>$$QTCREATOR_VERSION</string>
28         <key>CFBundleShortVersionString</key>
29         <string>$$QTCREATOR_VERSION</string>
30         <key>UTExportedTypeDeclarations</key>
31           <array>
32             <dict>
33               <key>UTTypeIdentifier</key>
34               <string>com.nokia.qt.qml</string>
35               <key>UTTypeDescription</key>
36               <string>Qt Markup Language</string>
37               <key>UTTypeConformsTo</key>
38               <array>
39                 <string>public.plain-text</string>
40               </array>
41               <key>UTTypeTagSpecification</key>
42               <dict>
43                 <key>public.filename-extension</key>
44                 <array>
45                   <string>qml</string>
46                 </array>
47               </dict>
48             </dict>
49           </array>
50         <key>CFBundleDocumentTypes</key>
51           <array>
52             <dict>
53               <key>LSItemContentTypes</key>
54                 <array>
55                   <string>com.nokia.qt.qml</string>
56                 </array>
57               <key>CFBundleTypeRole</key>
58               <string>Viewer</string>
59             </dict>
60           </array>
61 </dict>
62 </plist>