Quote:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<array>
<dict>
<key>templateName</key>
<string>Example Template</string>
<key>contactNames</key>
<array>
<string>Amrut Joshi</string>
</array>
<key>contactNumbers</key>
<array>
<string>example</string>
</array>
<key>text</key>
<string>This is an example template. Using templates you can create groups of contacts. Templates can have just the contacts, just the text or both. You can create new templates by tapping on 'Send' and then 'Save as template'. Templates can be deleted by going into the Templates screen and tapping on 'Edit'.
(This is fake template and send should fail for this one!)
Thanks,
-Amrut!
</string>
</dict>
</array>
</plist>
This looks like the Example Template already included in the Template section on the phone. I tried editing this file and putting in my own list of phone numbers in the "<key>contactNumbers</key> <array><string>example</string></array>" where the word "example" is. But for some reason this doesn't affect anything. In the iPhone, it still has the default contact "Amrut Joshi" with none of the numbers I put in there.