mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-17 11:48:27 +00:00
16 lines
309 B
Text
16 lines
309 B
Text
<?xml version="1.0" encoding="UTF-8"?>
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>IntentPhrases</key>
|
|
<array>
|
|
<dict>
|
|
<key>IntentName</key>
|
|
<string>INStartCallIntent</string>
|
|
<key>IntentExamples</key>
|
|
<array>
|
|
<string>Call John with Linphone</string>
|
|
</array>
|
|
</dict>
|
|
</array>
|
|
</dict>
|
|
</plist>
|