mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
* Carplay communications app templates * Carplay tests * Translate intents so there are no warnings * Document siri messaging commands * Send messages from carplay * Don't try and use live activity on mac
36 lines
980 B
Text
36 lines
980 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>IntentPhrases</key>
|
|
<array>
|
|
<dict>
|
|
<key>IntentName</key>
|
|
<string>INSendMessageIntent</string>
|
|
<key>IntentExamples</key>
|
|
<array>
|
|
<string>Send en besked på Meshtastic</string>
|
|
<string>Send en Meshtastic-besked til Lars</string>
|
|
</array>
|
|
</dict>
|
|
<dict>
|
|
<key>IntentName</key>
|
|
<string>INSearchForMessagesIntent</string>
|
|
<key>IntentExamples</key>
|
|
<array>
|
|
<string>Søg efter Meshtastic-beskeder</string>
|
|
<string>Find beskeder på Meshtastic</string>
|
|
</array>
|
|
</dict>
|
|
<dict>
|
|
<key>IntentName</key>
|
|
<string>INSetMessageAttributeIntent</string>
|
|
<key>IntentExamples</key>
|
|
<array>
|
|
<string>Markér Meshtastic-besked som læst</string>
|
|
<string>Markér Meshtastic-beskeder som læst</string>
|
|
</array>
|
|
</dict>
|
|
</array>
|
|
</dict>
|
|
</plist>
|