OSDN Git Service

Update license.
[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>This file is part of Qt Creator
7
8 Copyright (c) 2011 Nokia Corporation and/or its subsidiary(-ies).
9
10 Contact: Nokia Corporation (info@qt.nokia.com)
11
12 GNU Lesser General Public License Usage
13
14 This file may be used under the terms of the GNU Lesser General Public
15 License version 2.1 as published by the Free Software Foundation and
16 appearing in the file LICENSE.LGPL included in the packaging of this file.
17 Please review the following information to ensure the GNU Lesser General
18 Public License version 2.1 requirements will be met:
19 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
20
21 In addition, as a special exception, Nokia gives you certain additional
22 rights. These rights are described in the Nokia Qt LGPL Exception
23 version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
24
25 Other Usage
26
27 Alternatively, this file may be used in accordance with the terms and
28 conditions contained in a signed written agreement between you and Nokia.
29
30 If you have questions regarding the use of this file, please contact
31 Nokia at qt-info@nokia.com.</string>
32         <key>CFBundleIconFile</key>
33         <string>@ICON@</string>
34         <key>CFBundleIdentifier</key>
35         <string>com.nokia.qt.qml</string>
36         <key>CFBundlePackageType</key>
37         <string>APPL</string>
38         <key>CFBundleGetInfoString</key>
39         <string>Created by Qt/QMake</string>
40         <key>CFBundleSignature</key>
41         <string>@TYPEINFO@</string>
42         <key>CFBundleExecutable</key>
43         <string>@EXECUTABLE@</string>
44         <key>CFBundleVersion</key>
45         <string>$$QTCREATOR_VERSION</string>
46         <key>CFBundleShortVersionString</key>
47         <string>$$QTCREATOR_VERSION</string>
48         <key>UTExportedTypeDeclarations</key>
49           <array>
50             <dict>
51               <key>UTTypeIdentifier</key>
52               <string>com.nokia.qt.qml</string>
53               <key>UTTypeDescription</key>
54               <string>Qt Markup Language</string>
55               <key>UTTypeConformsTo</key>
56               <array>
57                 <string>public.plain-text</string>
58               </array>
59               <key>UTTypeTagSpecification</key>
60               <dict>
61                 <key>public.filename-extension</key>
62                 <array>
63                   <string>qml</string>
64                 </array>
65               </dict>
66             </dict>
67           </array>
68         <key>CFBundleDocumentTypes</key>
69           <array>
70             <dict>
71               <key>LSItemContentTypes</key>
72                 <array>
73                   <string>com.nokia.qt.qml</string>
74                 </array>
75               <key>CFBundleTypeRole</key>
76               <string>Viewer</string>
77             </dict>
78           </array>
79 </dict>
80 </plist>