2011-03-28 15:31:27 +02:00
|
|
|
<?xml version=\"1.0\" encoding=\"UTF-8\"?>
|
|
|
|
|
<!DOCTYPE plist SYSTEM \"file://localhost/System/Library/DTDs/PropertyList.dtd\">
|
|
|
|
|
<plist version=\"0.1\">
|
2010-07-08 14:00:33 +02:00
|
|
|
<dict>
|
2011-03-28 15:31:27 +02:00
|
|
|
<key>NSHumanReadableCopyright</key>
|
2011-04-13 08:42:33 +02:00
|
|
|
<string>This file is part of Qt Creator
|
2011-03-28 15:31:27 +02:00
|
|
|
|
2013-01-28 17:12:19 +01:00
|
|
|
Copyright (c) 2013 Digia Plc and/or its subsidiary(-ies).
|
2011-04-13 08:42:33 +02:00
|
|
|
|
2012-07-19 12:26:56 +02:00
|
|
|
Contact: http://www.qt-project.org/
|
2011-03-28 15:31:27 +02:00
|
|
|
|
|
|
|
|
GNU Lesser General Public License Usage
|
|
|
|
|
|
2011-04-13 08:42:33 +02:00
|
|
|
This file 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.
|
|
|
|
|
|
2012-10-02 09:12:39 +02:00
|
|
|
In addition, as a special exception, Digia gives you certain additional
|
|
|
|
|
rights. These rights are described in the Digia Qt LGPL Exception
|
2011-04-13 08:42:33 +02:00
|
|
|
version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
|
|
|
|
|
|
|
|
|
|
Other Usage
|
|
|
|
|
|
|
|
|
|
Alternatively, this file may be used in accordance with the terms and
|
2012-10-02 09:12:39 +02:00
|
|
|
conditions contained in a signed written agreement between you and Digia.
|
2011-04-13 08:42:33 +02:00
|
|
|
|
2010-07-08 14:00:33 +02:00
|
|
|
<key>CFBundleIconFile</key>
|
|
|
|
|
<string>@ICON@</string>
|
|
|
|
|
<key>CFBundleIdentifier</key>
|
|
|
|
|
<string>com.nokia.qt.qml</string>
|
|
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
|
<string>APPL</string>
|
|
|
|
|
<key>CFBundleGetInfoString</key>
|
|
|
|
|
<string>Created by Qt/QMake</string>
|
|
|
|
|
<key>CFBundleSignature</key>
|
|
|
|
|
<string>@TYPEINFO@</string>
|
|
|
|
|
<key>CFBundleExecutable</key>
|
|
|
|
|
<string>@EXECUTABLE@</string>
|
2011-03-28 15:31:27 +02:00
|
|
|
<key>CFBundleVersion</key>
|
|
|
|
|
<string>$$QTCREATOR_VERSION</string>
|
|
|
|
|
<key>CFBundleShortVersionString</key>
|
|
|
|
|
<string>$$QTCREATOR_VERSION</string>
|
2010-12-10 12:27:33 +01:00
|
|
|
<key>UTExportedTypeDeclarations</key>
|
|
|
|
|
<array>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>UTTypeIdentifier</key>
|
|
|
|
|
<string>com.nokia.qt.qml</string>
|
|
|
|
|
<key>UTTypeDescription</key>
|
|
|
|
|
<string>Qt Markup Language</string>
|
|
|
|
|
<key>UTTypeConformsTo</key>
|
|
|
|
|
<array>
|
|
|
|
|
<string>public.plain-text</string>
|
|
|
|
|
</array>
|
|
|
|
|
<key>UTTypeTagSpecification</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>public.filename-extension</key>
|
|
|
|
|
<array>
|
|
|
|
|
<string>qml</string>
|
|
|
|
|
</array>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
</array>
|
|
|
|
|
<key>CFBundleDocumentTypes</key>
|
|
|
|
|
<array>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>LSItemContentTypes</key>
|
|
|
|
|
<array>
|
|
|
|
|
<string>com.nokia.qt.qml</string>
|
|
|
|
|
</array>
|
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
|
<string>Viewer</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</array>
|
2010-07-08 14:00:33 +02:00
|
|
|
</dict>
|
|
|
|
|
</plist>
|