1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2024-10-22 22:43:22 +00:00

Update iOS configuration for url_launcher plugin

This commit is contained in:
Pierre HUBERT 2021-04-27 10:12:20 +02:00
parent 14074617bd
commit db0e035cdd

View File

@ -61,5 +61,12 @@
<key>NSMicrophoneUsageDescription</key> <key>NSMicrophoneUsageDescription</key>
<string>Used to record videos or audio for posts or conversations. This is also used in audio and video calls.</string> <string>Used to record videos or audio for posts or conversations. This is also used in audio and video calls.</string>
<!-- Launch plugin -->
<key>LSApplicationQueriesSchemes</key>
<array>
<string>http</string>
<string>https</string>
</array>
</dict> </dict>
</plist> </plist>