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

github.com/nextcloud/ios.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'iOSClient/Brand/WidgetDashboardIntentHandler.entitlements')
-rw-r--r--iOSClient/Brand/WidgetDashboardIntentHandler.entitlements14
1 files changed, 14 insertions, 0 deletions
diff --git a/iOSClient/Brand/WidgetDashboardIntentHandler.entitlements b/iOSClient/Brand/WidgetDashboardIntentHandler.entitlements
new file mode 100644
index 000000000..4ecc3f0d1
--- /dev/null
+++ b/iOSClient/Brand/WidgetDashboardIntentHandler.entitlements
@@ -0,0 +1,14 @@
+<?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>com.apple.security.application-groups</key>
+ <array>
+ <string>group.it.twsweb.Crypto-Cloud</string>
+ </array>
+ <key>keychain-access-groups</key>
+ <array>
+ <string>$(AppIdentifierPrefix)it.twsweb.Crypto-Cloud</string>
+ </array>
+</dict>
+</plist>