refactor: Update to new receive sharing intent package

This commit is contained in:
Krille 2024-11-30 11:10:33 +01:00
commit 9bd6399cd5
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
9 changed files with 119 additions and 368 deletions

View file

@ -32,6 +32,11 @@ target 'Runner' do
use_modular_headers!
flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
# From package https://pub.dev/packages/receive_sharing_intent
target 'FluffyChat Share' do
inherit! :search_paths
end
end
post_install do |installer|