Fixed ios stuff

This commit is contained in:
Juan Gilsanz Polo
2025-11-23 03:51:11 +01:00
parent b455e105a1
commit 471bc20aab
9 changed files with 44 additions and 78 deletions

View File

@@ -4,16 +4,20 @@
<dict>
<key>AppGroupId</key>
<string>$(CUSTOM_GROUP_ID)</string>
<key>CFBundleVersion</key>
<string>$(FLUTTER_BUILD_NUMBER)</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionAttributes</key>
<dict>
<key>NSExtensionActivationRule</key>
<dict>
<!-- Support sharing text -->
<!--Add
this flag, if you want to support sharing text into your app-->
<key>NSExtensionActivationSupportsText</key>
<true />
<!-- Sharing urls -->
<!--Add
this tag, if you want to support sharing urls into your app-->
<key>NSExtensionActivationSupportsWebURLWithMaxCount</key>
<integer>1</integer>
</dict>