[iOS] Mark the app as VoIP

This commit is contained in:
Lyubomir Marinov 2016-11-01 13:59:53 -05:00
parent 456b3030e3
commit fab93a170e
1 changed files with 6 additions and 0 deletions

View File

@ -65,6 +65,12 @@
<string>jitsi.ttf</string>
<string>FontAwesome.ttf</string>
</array>
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
<string>fetch</string>
<string>voip</string>
</array>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIRequiredDeviceCapabilities</key>