linphone-iphone/Linphone/Info.plist
Benoit Martins 04dbce540c Fixes
2024-01-12 17:27:16 +01:00

31 lines
937 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>UIUserInterfaceStyle</key>
<string>Light</string>
<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>