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

Add IOS configuration for file picker

This commit is contained in:
Pierre HUBERT 2021-04-27 10:26:08 +02:00
parent db0e035cdd
commit 5514588571

View File

@ -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>