mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 12:59:21 +00:00
Update iOS configuration for url_launcher plugin
This commit is contained in:
parent
14074617bd
commit
db0e035cdd
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user