mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 04:49:21 +00:00
Add IOS configuration for file picker
This commit is contained in:
parent
db0e035cdd
commit
5514588571
@ -68,5 +68,12 @@
|
||||
<string>http</string>
|
||||
<string>https</string>
|
||||
</array>
|
||||
|
||||
<!-- File picker - any kind of file -->
|
||||
<key>UIBackgroundModes</key>
|
||||
<array>
|
||||
<string>fetch</string>
|
||||
<string>remote-notification</string>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
||||
|
Loading…
Reference in New Issue
Block a user