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

@@ -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 {