We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d059788 commit 2f2e327Copy full SHA for 2f2e327
Projects/App/ShareExtension/Info.plist
@@ -34,7 +34,14 @@
34
<key>NSExtensionAttributes</key>
35
<dict>
36
<key>NSExtensionActivationRule</key>
37
- <string>TRUEPREDICATE</string>
+ <dict>
38
+ <key>NSExtensionActivationSupportsWebPageWithMaxCount</key>
39
+ <integer>1</integer>
40
+ <key>NSExtensionActivationSupportsWebURLWithMaxCount</key>
41
42
+ <key>NSExtensionActivationSupportsText</key>
43
+ <true/>
44
+ </dict>
45
</dict>
46
<key>NSExtensionPrincipalClass</key>
47
<string>$(PRODUCT_MODULE_NAME).ShareViewController</string>
0 commit comments