mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
29 lines
880 B
Text
29 lines
880 B
Text
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>NSCameraUsageDescription</key>
|
|
<string>Camera usage is required for video VOIP calls</string>
|
|
<key>NSMicrophoneUsageDescription</key>
|
|
<string>Microphone usage is required for VOIP calls</string>
|
|
<key>UIAppFonts</key>
|
|
<array>
|
|
<string>NotoSans-Light.ttf</string>
|
|
<string>NotoSans-Regular.ttf</string>
|
|
<string>NotoSans-Medium.ttf</string>
|
|
<string>NotoSans-SemiBold.ttf</string>
|
|
<string>NotoSans-Bold.ttf</string>
|
|
<string>NotoSans-ExtraBold.ttf</string>
|
|
</array>
|
|
<key>UIBackgroundModes</key>
|
|
<array>
|
|
<string>remote-notification</string>
|
|
<string>voip</string>
|
|
</array>
|
|
<key>UILaunchScreen</key>
|
|
<dict>
|
|
<key>UIImageName</key>
|
|
<string>linphone</string>
|
|
</dict>
|
|
</dict>
|
|
</plist>
|