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:
authorMarino Faggiana <ios@nextcloud.com>2022-10-17 11:18:41 +0300
committerGitHub <noreply@github.com>2022-10-17 11:18:41 +0300
commitcc64ac49e94ccaa65312a1a0c00d35742cb89316 (patch)
tree43b1dedafadf500f31371ead28707c2624efe346 /iOSClient/Brand/WidgetDashboardIntentHandler.plist
parent785041f03cbbc0c015eee227b6b3cf344440d84d (diff)
parentf8b9193b30f1d7c32c8e3542aba1d3f79a0fe17c (diff)
Merge pull request #2196 from nextcloud/develop4.5.0
Version 4.5
Diffstat (limited to 'iOSClient/Brand/WidgetDashboardIntentHandler.plist')
-rw-r--r--iOSClient/Brand/WidgetDashboardIntentHandler.plist29
1 files changed, 29 insertions, 0 deletions
diff --git a/iOSClient/Brand/WidgetDashboardIntentHandler.plist b/iOSClient/Brand/WidgetDashboardIntentHandler.plist
new file mode 100644
index 000000000..bd92093ac
--- /dev/null
+++ b/iOSClient/Brand/WidgetDashboardIntentHandler.plist
@@ -0,0 +1,29 @@
+<?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>NSAppTransportSecurity</key>
+ <dict>
+ <key>NSAllowsArbitraryLoads</key>
+ <true/>
+ </dict>
+ <key>NSExtension</key>
+ <dict>
+ <key>NSExtensionAttributes</key>
+ <dict>
+ <key>IntentsRestrictedWhileLocked</key>
+ <array/>
+ <key>IntentsRestrictedWhileProtectedDataUnavailable</key>
+ <array/>
+ <key>IntentsSupported</key>
+ <array>
+ <string>DashboardIntent</string>
+ </array>
+ </dict>
+ <key>NSExtensionPointIdentifier</key>
+ <string>com.apple.intents-service</string>
+ <key>NSExtensionPrincipalClass</key>
+ <string>$(PRODUCT_MODULE_NAME).IntentHandler</string>
+ </dict>
+</dict>
+</plist>