Skip to content

Commit

Permalink
Remove receive_sharing_intent package
Browse files Browse the repository at this point in the history
  • Loading branch information
wangwillian0 committed May 17, 2023
1 parent f63a94f commit ebdba6a
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 461 deletions.
5 changes: 0 additions & 5 deletions android/app/src/debug/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,5 @@
<action android:name="android.intent.action.VIEW" />
<data android:scheme="https" />
</intent>
<!-- If your app sends emails -->
<intent>
<action android:name="android.intent.action.SEND" />
<data android:mimeType="*/*" />
</intent>
</queries>
</manifest>
10 changes: 0 additions & 10 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.SEND" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="application/json" />
</intent-filter>
</activity>
<!-- Don't delete the meta-data below.
This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->
Expand All @@ -54,10 +49,5 @@
<action android:name="android.intent.action.VIEW" />
<data android:scheme="https" />
</intent>
<!-- If your app sends emails -->
<intent>
<action android:name="android.intent.action.SEND" />
<data android:mimeType="*/*" />
</intent>
</queries>
</manifest>
5 changes: 0 additions & 5 deletions android/app/src/profile/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,5 @@
<action android:name="android.intent.action.VIEW" />
<data android:scheme="https" />
</intent>
<!-- If your app sends emails -->
<intent>
<action android:name="android.intent.action.SEND" />
<data android:mimeType="*/*" />
</intent>
</queries>
</manifest>
12 changes: 0 additions & 12 deletions ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,6 @@
<string>$(FLUTTER_BUILD_NAME)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLSchemes</key>
<array>
<string>ShareMedia</string>
</array>
</dict>
<dict/>
</array>
<key>CFBundleVersion</key>
<string>$(FLUTTER_BUILD_NUMBER)</string>
<key>LSApplicationQueriesSchemes</key>
Expand Down
24 changes: 0 additions & 24 deletions ios/ShareExtension/Base.lproj/MainInterface.storyboard

This file was deleted.

21 changes: 0 additions & 21 deletions ios/ShareExtension/Info.plist

This file was deleted.

10 changes: 0 additions & 10 deletions ios/ShareExtension/ShareExtension.entitlements

This file was deleted.

Loading

0 comments on commit ebdba6a

Please sign in to comment.