Fix callto uri handler

This commit is contained in:
Christophe Deschamps 2024-06-11 11:49:28 +02:00
parent ef471b2e1d
commit e0374d458d

View file

@ -94,6 +94,16 @@
<string>org.linphone</string>
</array>
</dict>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>org.linphone.phone</string>
<key>CFBundleURLSchemes</key>
<array>
<string>callto</string>
</array>
</dict>
</array>
<key>ITSAppUsesNonExemptEncryption</key>
<true/>