Fixed ios stuff
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// If you get no such module 'receive_sharing_intent' error.
|
||||
// If you get no such module 'listen_sharing_intent' error.
|
||||
// Go to Build Phases of your Runner target and
|
||||
// move `Embed Foundation Extension` to the top of `Thin Binary`.
|
||||
import receive_sharing_intent
|
||||
import listen_sharing_intent
|
||||
|
||||
class ShareViewController: RSIShareViewController {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user