Fixed iOS share extension

This commit is contained in:
Juan Gilsanz Polo
2025-04-03 23:40:10 +02:00
parent e18d949767
commit b5ec576ce4
8 changed files with 78 additions and 371 deletions

View File

@@ -12,7 +12,7 @@
<dict>
<!-- Support sharing text -->
<key>NSExtensionActivationSupportsText</key>
<true/>
<true />
<!-- Sharing urls -->
<key>NSExtensionActivationSupportsWebURLWithMaxCount</key>
<integer>1</integer>
@@ -24,4 +24,4 @@
<string>com.apple.share-services</string>
</dict>
</dict>
</plist>
</plist>