Skip to content
Snippets Groups Projects
Commit e172eccb authored by con's avatar con
Browse files

Mac: Open generic and qml projects from Finder with Qt Creator.

parent ba31cfa5
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,35 @@
<key>LSHandlerRank</key>
<string>Default</string>
</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>QML Project File</string>
<key>LSHandlerRank</key>
<string>Default</string>
</dict>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleTypeExtensions</key>
......
......@@ -32,4 +32,4 @@ win32 {
INSTALLS += target
}
OTHER_FILES += qtcreator.rc
OTHER_FILES += qtcreator.rc Info.plist
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment