Support sharing on ios

This commit is contained in:
Juan Gilsanz Polo
2024-03-23 03:54:17 +01:00
parent aa3ca5d8de
commit 168d75e4ba
8 changed files with 706 additions and 11 deletions

View File

@@ -27,6 +27,19 @@
<string>$(FLUTTER_BUILD_NAME)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>AppGroupId</key>
<string>$(CUSTOM_GROUP_ID)</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLSchemes</key>
<array>
<string>ShareMedia-$(PRODUCT_BUNDLE_IDENTIFIER)</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>$(FLUTTER_BUILD_NUMBER)</string>
<key>LSRequiresIPhoneOS</key>
@@ -58,4 +71,4 @@
<true />
</dict>
</dict>
</plist>
</plist>