summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Studio/Info.plist
diff options
context:
space:
mode:
authorTomi Korpipaa <tomi.korpipaa@qt.io>2018-05-09 08:47:39 +0300
committerTomi Korpipää <tomi.korpipaa@qt.io>2018-05-09 08:14:47 +0000
commitb52bb906978db423ba8a5bbade5f96cdef850a7b (patch)
treedbbad6406c4fbf47612e73493eb60f3336561313 /src/Authoring/Studio/Info.plist
parentbf7ee29590ad2309f6e05e370dddde4bb6173a20 (diff)
Support opening presentations from Finder
Task-number: QT3DS-991 Change-Id: Icd4d3d2a7838ffd21a7a1a5b905edd3ac3f330fe Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Diffstat (limited to 'src/Authoring/Studio/Info.plist')
-rw-r--r--src/Authoring/Studio/Info.plist77
1 files changed, 77 insertions, 0 deletions
diff --git a/src/Authoring/Studio/Info.plist b/src/Authoring/Studio/Info.plist
new file mode 100644
index 00000000..6d81aee3
--- /dev/null
+++ b/src/Authoring/Studio/Info.plist
@@ -0,0 +1,77 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>UTImportedTypeDeclarations</key>
+ <array>
+ <dict>
+ <key>UTTypeDescription</key>
+ <string>Qt 3D Studio Application File</string>
+ <key>UTTypeConformsTo</key>
+ <array>
+ <string>public.source-code</string>
+ </array>
+ <key>UTTypeIdentifier</key>
+ <string>org.qt-project.uia</string>
+ <key>UTTypeTagSpecification</key>
+ <dict>
+ <key>public.filename-extension</key>
+ <array>
+ <string>uia</string>
+ </array>
+ </dict>
+ </dict>
+ <dict>
+ <key>UTTypeDescription</key>
+ <string>Qt 3D Studio Presentation File</string>
+ <key>UTTypeConformsTo</key>
+ <array>
+ <string>public.source-code</string>
+ </array>
+ <key>UTTypeIdentifier</key>
+ <string>org.qt-project.uip</string>
+ <key>UTTypeTagSpecification</key>
+ <dict>
+ <key>public.filename-extension</key>
+ <array>
+ <string>uip</string>
+ </array>
+ </dict>
+ </dict>
+ </array>
+ <key>CFBundleDocumentTypes</key>
+ <array>
+ <dict>
+ <key>LSItemContentTypes</key>
+ <array>
+ <string>org.qt-project.uip</string>
+ <string>org.qt-project.uia</string>
+ </array>
+ <key>CFBundleTypeRole</key>
+ <string>Editor</string>
+ <key>LSHandlerRank</key>
+ <string>Default</string>
+ </dict>
+ </array>
+ <key>NSHumanReadableCopyright</key>
+ <string>(C) 2018 The Qt Company Ltd</string>
+ <key>CFBundleExecutable</key>
+ <string>Qt3DStudio</string>
+ <key>CFBundleIconFile</key>
+ <string>studio.icns</string>
+ <key>CFBundleIdentifier</key>
+ <string>org.qt-project.qt3dstudio</string>
+ <key>CFBundleVersion</key>
+ <string>2.0</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>LSMinimumSystemVersion</key>
+ <string>10.10</string>
+ <key>NSPrincipalClass</key>
+ <string>NSApplication</string>
+ <key>NSSupportsAutomaticGraphicsSwitching</key>
+ <true/>
+</dict>
+</plist>