summaryrefslogtreecommitdiff
path: root/src/app
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2016-05-09 16:37:41 +0200
committerEike Ziller <eike.ziller@qt.io>2016-05-09 16:37:41 +0200
commit9e66ce48e432765073dad411bae5d0ff9a093c19 (patch)
tree1af4f549a1bad6815b10c98ff0031e9304033d86 /src/app
parentf63d64330ef8a26df23669e78a45b0655a773406 (diff)
parent605ea627cc4fdd1d64e7a1388ed442293ffd0981 (diff)
downloadqt-creator-9e66ce48e432765073dad411bae5d0ff9a093c19.tar.gz
Merge remote-tracking branch 'origin/4.0'
Conflicts: src/plugins/autotest/testcodeparser.cpp src/tools/clangbackend/ipcsource/clangbackendclangipc-source.pri tests/unit/unittest/unittest.pro Change-Id: I9db4fbea6ea7c9fdd0d8e1703735af20c92e754b
Diffstat (limited to 'src/app')
-rw-r--r--src/app/Info.plist362
1 files changed, 183 insertions, 179 deletions
diff --git a/src/app/Info.plist b/src/app/Info.plist
index d5c6918bd7..8772259386 100644
--- a/src/app/Info.plist
+++ b/src/app/Info.plist
@@ -2,238 +2,242 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
- <key>NSPrincipalClass</key>
- <string>NSApplication</string>
- <key>NSSupportsAutomaticGraphicsSwitching</key>
- <true/>
- <key>CFBundleDocumentTypes</key>
+ <key>UTExportedTypeDeclarations</key>
<array>
<dict>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>CFBundleTypeIconFile</key>
+ <key>UTTypeIconFile</key>
<string>profile.icns</string>
- <key>CFBundleTypeExtensions</key>
+ <key>UTTypeDescription</key>
+ <string>Qt Creator Makefile Based Project File</string>
+ <key>UTTypeConformsTo</key>
<array>
- <string>pro</string>
+ <string>public.plain-text</string>
</array>
- <key>CFBundleTypeName</key>
- <string>Qt Project File</string>
- <key>LSHandlerRank</key>
- <string>Default</string>
+ <key>UTTypeIdentifier</key>
+ <string>org.qt-project.qtcreator-genericproject</string>
+ <key>UTTypeTagSpecification</key>
+ <dict>
+ <key>public.filename-extension</key>
+ <array>
+ <string>creator</string>
+ </array>
+ </dict>
</dict>
<dict>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>CFBundleTypeIconFile</key>
- <string>prifile.icns</string>
- <key>CFBundleTypeExtensions</key>
+ <key>UTTypeIconFile</key>
+ <string>profile.icns</string>
+ <key>UTTypeDescription</key>
+ <string>Quick Project File</string>
+ <key>UTTypeConformsTo</key>
<array>
- <string>pri</string>
+ <string>public.plain-text</string>
+ <string>org.qt-project.qml</string>
</array>
- <key>CFBundleTypeName</key>
- <string>Qt Project Include File</string>
- <key>LSHandlerRank</key>
- <string>Default</string>
+ <key>UTTypeIdentifier</key>
+ <string>org.qt-project.qtcreator-qmlproject</string>
+ <key>UTTypeTagSpecification</key>
+ <dict>
+ <key>public.filename-extension</key>
+ <array>
+ <string>qmlproject</string>
+ </array>
+ </dict>
</dict>
+ </array>
+ <key>UTImportedTypeDeclarations</key>
+ <array>
<dict>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>CFBundleTypeIconFile</key>
+ <key>UTTypeIconFile</key>
<string>profile.icns</string>
- <key>CFBundleTypeExtensions</key>
+ <key>UTTypeDescription</key>
+ <string>Qt Project File</string>
+ <key>UTTypeConformsTo</key>
<array>
- <string>qbs</string>
+ <string>public.source-code</string>
</array>
- <key>CFBundleTypeName</key>
- <string>Qbs Project File</string>
- <key>LSHandlerRank</key>
- <string>Default</string>
+ <key>UTTypeIdentifier</key>
+ <string>org.qt-project.pro</string>
+ <key>UTTypeTagSpecification</key>
+ <dict>
+ <key>public.filename-extension</key>
+ <array>
+ <string>pro</string>
+ </array>
+ </dict>
</dict>
- <dict>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>CFBundleTypeIconFile</key>
- <string>profile.icns</string>
- <key>CFBundleTypeExtensions</key>
- <array>
- <string>creator</string>
- </array>
- <key>CFBundleTypeName</key>
- <string>Qt Creator Makefile Based Project File</string>
- <key>LSHandlerRank</key>
- <string>Default</string>
- </dict>
- <dict>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>CFBundleTypeIconFile</key>
- <string>profile.icns</string>
- <key>CFBundleTypeExtensions</key>
- <array>
- <string>qmlproject</string>
- </array>
- <key>CFBundleTypeName</key>
- <string>Quick Project File</string>
- <key>LSHandlerRank</key>
- <string>Default</string>
- </dict>
- <dict>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>CFBundleTypeExtensions</key>
+ <dict>
+ <key>UTTypeIconFile</key>
+ <string>prifile.icns</string>
+ <key>UTTypeDescription</key>
+ <string>Qt Project Include File</string>
+ <key>UTTypeConformsTo</key>
<array>
- <string>qrc</string>
+ <string>public.source-code</string>
</array>
- <key>CFBundleTypeName</key>
- <string>Qt Resource File</string>
- <key>LSHandlerRank</key>
- <string>Default</string>
+ <key>UTTypeIdentifier</key>
+ <string>org.qt-project.pri</string>
+ <key>UTTypeTagSpecification</key>
+ <dict>
+ <key>public.filename-extension</key>
+ <array>
+ <string>pri</string>
+ <string>prf</string>
+ </array>
+ </dict>
</dict>
<dict>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>CFBundleTypeExtensions</key>
+ <key>UTTypeIconFile</key>
+ <string>profile.icns</string>
+ <key>UTTypeDescription</key>
+ <string>Qbs Project File</string>
+ <key>UTTypeConformsTo</key>
<array>
- <string>ui</string>
+ <string>public.source-code</string>
</array>
- <key>CFBundleTypeName</key>
- <string>Qt UI File</string>
+ <key>UTTypeIdentifier</key>
+ <string>org.qt-project.qbs</string>
+ <key>UTTypeTagSpecification</key>
+ <dict>
+ <key>public.filename-extension</key>
+ <array>
+ <string>qbs</string>
+ </array>
+ </dict>
</dict>
<dict>
- <key>CFBundleTypeExtensions</key>
- <array>
- <string>qml</string>
- </array>
- <key>CFBundleTypeName</key>
- <string>QML File</string>
- <key>CFBundleTypeOSTypes</key>
+ <key>UTTypeDescription</key>
+ <string>Qt Resource File</string>
+ <key>UTTypeConformsTo</key>
<array>
- <string>TEXT</string>
- <string>utxt</string>
+ <string>public.source-code</string>
+ <string>public.xml</string>
</array>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
+ <key>UTTypeIdentifier</key>
+ <string>org.qt-project.qrc</string>
+ <key>UTTypeTagSpecification</key>
+ <dict>
+ <key>public.filename-extension</key>
+ <array>
+ <string>qrc</string>
+ </array>
+ </dict>
</dict>
<dict>
- <key>CFBundleTypeExtensions</key>
- <array>
- <string>h</string>
- <string>hpp</string>
- </array>
- <key>CFBundleTypeName</key>
- <string>Header File</string>
- <key>CFBundleTypeOSTypes</key>
+ <key>UTTypeDescription</key>
+ <string>Qt UI File</string>
+ <key>UTTypeConformsTo</key>
<array>
- <string>TEXT</string>
- <string>utxt</string>
+ <string>public.source-code</string>
+ <string>public.xml</string>
</array>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
+ <key>UTTypeIdentifier</key>
+ <string>org.qt-project.ui</string>
+ <key>UTTypeTagSpecification</key>
+ <dict>
+ <key>public.filename-extension</key>
+ <array>
+ <string>ui</string>
+ </array>
+ </dict>
</dict>
<dict>
- <key>CFBundleTypeExtensions</key>
+ <key>UTTypeDescription</key>
+ <string>Qt Markup Language</string>
+ <key>UTTypeConformsTo</key>
<array>
- <string>cc</string>
- <string>CC</string>
- <string>cp</string>
- <string>CP</string>
- <string>cpp</string>
- <string>CPP</string>
- <string>cxx</string>
- <string>CXX</string>
- <string>c++</string>
- <string>C++</string>
+ <string>public.source-code</string>
</array>
- <key>CFBundleTypeName</key>
- <string>C++ Source File</string>
- <key>CFBundleTypeOSTypes</key>
- <array>
- <string>TEXT</string>
- <string>utxt</string>
- </array>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
+ <key>UTTypeIdentifier</key>
+ <string>org.qt-project.qml</string>
+ <key>UTTypeTagSpecification</key>
+ <dict>
+ <key>public.filename-extension</key>
+ <array>
+ <string>qml</string>
+ </array>
+ </dict>
</dict>
<dict>
- <key>CFBundleTypeExtensions</key>
- <array>
- <string>mm</string>
- <string>MM</string>
- </array>
- <key>CFBundleTypeName</key>
- <string>Objective-C++ Source File</string>
- <key>CFBundleTypeOSTypes</key>
+ <key>UTTypeDescription</key>
+ <string>Qt Documentation</string>
+ <key>UTTypeConformsTo</key>
<array>
- <string>TEXT</string>
- <string>utxt</string>
+ <string>public.source-code</string>
</array>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
+ <key>UTTypeIdentifier</key>
+ <string>org.qt-project.qdoc</string>
+ <key>UTTypeTagSpecification</key>
+ <dict>
+ <key>public.filename-extension</key>
+ <array>
+ <string>qdoc</string>
+ </array>
+ </dict>
</dict>
<dict>
- <key>CFBundleTypeExtensions</key>
- <array>
- <string>m</string>
- </array>
- <key>CFBundleTypeName</key>
- <string>Objective-C Source File</string>
- <key>CFBundleTypeOSTypes</key>
+ <key>UTTypeDescription</key>
+ <string>Qt Documentation Configuration</string>
+ <key>UTTypeConformsTo</key>
<array>
- <string>TEXT</string>
- <string>utxt</string>
+ <string>public.source-code</string>
</array>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
+ <key>UTTypeIdentifier</key>
+ <string>org.qt-project.qdocconf</string>
+ <key>UTTypeTagSpecification</key>
+ <dict>
+ <key>public.filename-extension</key>
+ <array>
+ <string>qdocconf</string>
+ </array>
+ </dict>
</dict>
+ </array>
+ <key>NSPrincipalClass</key>
+ <string>NSApplication</string>
+ <key>NSSupportsAutomaticGraphicsSwitching</key>
+ <true/>
+ <key>CFBundleDocumentTypes</key>
+ <array>
<dict>
- <key>CFBundleTypeExtensions</key>
- <array>
- <string>c</string>
- <string>C</string>
- </array>
- <key>CFBundleTypeName</key>
- <string>C Source File</string>
- <key>CFBundleTypeOSTypes</key>
- <array>
- <string>TEXT</string>
- <string>utxt</string>
- </array>
<key>CFBundleTypeRole</key>
<string>Editor</string>
- </dict>
- <dict>
- <key>CFBundleTypeExtensions</key>
- <array>
- <string>txt</string>
- <string>text</string>
- </array>
- <key>CFBundleTypeName</key>
- <string>Text File</string>
- <key>CFBundleTypeOSTypes</key>
+ <key>LSHandlerRank</key>
+ <string>Default</string>
+ <key>LSItemContentTypes</key>
<array>
- <string>TEXT</string>
+ <string>org.qt-project.pro</string>
+ <string>org.qt-project.pri</string>
+ <string>org.qt-project.qbs</string>
+ <string>org.qt-project.qrc</string>
+ <string>org.qt-project.ui</string>
+ <string>org.qt-project.qml</string>
+ <string>org.qt-project.qdoc</string>
+ <string>org.qt-project.qdocconf</string>
+ <string>org.qt-project.qtcreator-genericproject</string>
+ <string>org.qt-project.qtcreator-qmlproject</string>
</array>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
</dict>
<dict>
- <key>CFBundleTypeExtensions</key>
- <array>
- <string>*</string>
- </array>
- <key>CFBundleTypeName</key>
- <string>NSStringPboardType</string>
- <key>CFBundleTypeOSTypes</key>
- <array>
- <string>****</string>
- </array>
<key>CFBundleTypeRole</key>
<string>Editor</string>
+ <key>LSItemContentTypes</key>
+ <array>
+ <string>public.c-source</string>
+ <string>public.objective-c-source</string>
+ <string>public.c-plus-plus-source</string>
+ <string>public.objective-c-plus-plus-source</string>
+ <string>public.c-header</string>
+ <string>public.c-plus-plus-header</string>
+ <string>com.sun.java-source</string>
+ <string>com.netscape.javascript-source</string>
+ <string>public.python-script</string>
+ <string>public.plain-text</string>
+ <string>com.apple.nspboard-type</string>
+ </array>
</dict>
</array>
- <key>NSHumanReadableCopyright</key>
- <string>(C) 2016 The Qt Company Ltd</string>
+ <key>NSHumanReadableCopyright</key>
+ <string>(C) 2016 The Qt Company Ltd</string>
<key>CFBundleIconFile</key>
<string>qtcreator</string>
<key>CFBundlePackageType</key>