Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/modules/MacOSXBundleInfo.plist.in')
-rw-r--r--cmake/modules/MacOSXBundleInfo.plist.in37
1 files changed, 37 insertions, 0 deletions
diff --git a/cmake/modules/MacOSXBundleInfo.plist.in b/cmake/modules/MacOSXBundleInfo.plist.in
index fc2be53f7..3a402f1e8 100644
--- a/cmake/modules/MacOSXBundleInfo.plist.in
+++ b/cmake/modules/MacOSXBundleInfo.plist.in
@@ -32,5 +32,42 @@
<false/>
<key>SUPublicDSAKeyFile</key>
<string>dsa_pub.pem</string>
+
+<key>UTExportedTypeDeclarations</key>
+<array>
+ <dict>
+ <key>UTTypeIdentifier</key>
+ <string>@APPLICATION_REV_DOMAIN@.placeholder</string>
+ <key>UTTypeTagSpecification</key>
+ <dict>
+ <key>public.filename-extension</key>
+ <string>@APPLICATION_PLACEHOLDER_SUFFIX@</string>
+ <key>public.mime-type</key>
+ <string>application/octet-stream</string>
+ </dict>
+ <key>UTTypeConformsTo</key>
+ <array>
+ <string>public.data</string>
+ </array>
+ </dict>
+</array>
+
+<key>CFBundleDocumentTypes</key>
+<array>
+ <dict>
+ <key>CFBundleTypeName</key>
+ <string>@APPLICATION_EXECUTABLE@ Download Placeholder</string>
+ <key>CFBundleTypeRole</key>
+ <string>Editor</string>
+ <key>LSHandlerRank</key>
+ <string>Owner</string>
+ <key>LSItemContentTypes</key>
+ <array>
+ <string>@APPLICATION_REV_DOMAIN@.placeholder</string>
+ </array>
+ </dict>
+</array>
+
+
</dict>
</plist>