fix: iOS receive sharing intent

This commit is contained in:
Christian Pauly 2021-06-18 14:10:24 +02:00
commit d68ded5ae0
2 changed files with 8 additions and 7 deletions

View file

@ -26,11 +26,12 @@
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>im.fluffychat.app.uris</string>
<key>CFBundleURLSchemes</key>
<array>
<string>ShareMedia</string>
<string>im.fluffychat</string>
</array>
</dict>