forked from mirrors/linphone-iphone
114 lines
2.7 KiB
Text
114 lines
2.7 KiB
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>CFBundleURLTypes</key>
|
|
<array>
|
|
<dict>
|
|
<key>CFBundleTypeRole</key>
|
|
<string>Editor</string>
|
|
<key>CFBundleURLName</key>
|
|
<string>org.linphone.phone</string>
|
|
<key>CFBundleURLSchemes</key>
|
|
<array>
|
|
<string>linphone-config</string>
|
|
</array>
|
|
</dict>
|
|
<dict>
|
|
<key>CFBundleTypeRole</key>
|
|
<string>Editor</string>
|
|
<key>CFBundleURLName</key>
|
|
<string>org.linphone.phone</string>
|
|
<key>CFBundleURLSchemes</key>
|
|
<array>
|
|
<string>sip</string>
|
|
</array>
|
|
</dict>
|
|
<dict>
|
|
<key>CFBundleTypeRole</key>
|
|
<string>Editor</string>
|
|
<key>CFBundleURLName</key>
|
|
<string>org.linphone.phone</string>
|
|
<key>CFBundleURLSchemes</key>
|
|
<array>
|
|
<string>sips</string>
|
|
</array>
|
|
</dict>
|
|
<dict>
|
|
<key>CFBundleTypeRole</key>
|
|
<string>Editor</string>
|
|
<key>CFBundleURLName</key>
|
|
<string>org.linphone.phone</string>
|
|
<key>CFBundleURLSchemes</key>
|
|
<array>
|
|
<string>sip-linphone</string>
|
|
</array>
|
|
</dict>
|
|
<dict>
|
|
<key>CFBundleTypeRole</key>
|
|
<string>Editor</string>
|
|
<key>CFBundleURLName</key>
|
|
<string>org.linphone.phone</string>
|
|
<key>CFBundleURLSchemes</key>
|
|
<array>
|
|
<string>sips-linphone</string>
|
|
</array>
|
|
</dict>
|
|
<dict>
|
|
<key>CFBundleTypeRole</key>
|
|
<string>Editor</string>
|
|
<key>CFBundleURLName</key>
|
|
<string>org.linphone.phone</string>
|
|
<key>CFBundleURLSchemes</key>
|
|
<array>
|
|
<string>linphone-sip</string>
|
|
</array>
|
|
</dict>
|
|
<dict>
|
|
<key>CFBundleTypeRole</key>
|
|
<string>Editor</string>
|
|
<key>CFBundleURLName</key>
|
|
<string>org.linphone.phone</string>
|
|
<key>CFBundleURLSchemes</key>
|
|
<array>
|
|
<string>linphone-sips</string>
|
|
</array>
|
|
</dict>
|
|
<dict>
|
|
<key>CFBundleTypeRole</key>
|
|
<string>Editor</string>
|
|
<key>CFBundleURLName</key>
|
|
<string>org.linphone.phone</string>
|
|
<key>CFBundleURLSchemes</key>
|
|
<array>
|
|
<string>tel</string>
|
|
</array>
|
|
</dict>
|
|
</array>
|
|
<key>ITSAppUsesNonExemptEncryption</key>
|
|
<true/>
|
|
<key>ITSEncryptionExportComplianceCode</key>
|
|
<string>b5cb085f-772a-4a4f-8c77-5d1332b1f93f</string>
|
|
<key>NSSupportsSuddenTermination</key>
|
|
<false/>
|
|
<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>
|