6734ab29747bf967765f98104cec0ee4f94d936f
[atutor.git] / mods / atsocial_iphone_app / Settings.bundle / Root.plist
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5         <key>StringsTable</key>
6         <string>Root</string>
7         <key>Title</key>
8         <string>ATutor</string>
9         <key>PreferenceSpecifiers</key>
10         <array>
11                 <dict>
12                         <key>Type</key>
13                         <string>PSGroupSpecifier</string>
14                         <key>Title</key>
15                         <string>ATutor URL</string>
16                 </dict>
17                 <dict>
18                         <key>Type</key>
19                         <string>PSTextFieldSpecifier</string>
20                         <key>Title</key>
21                         <string>URL</string>
22                         <key>Key</key>
23                         <string>atutorURL</string>
24                         <key>DefaultValue</key>
25                         <string>http://www.example.com/atutor/docs</string>
26                         <key>IsSecure</key>
27                         <false/>
28                         <key>KeyboardType</key>
29                         <string>URL</string>
30                         <key>AutocapitalizationType</key>
31                         <string>None</string>
32                         <key>AutocorrectionType</key>
33                         <string>No</string>
34                 </dict>
35                 <dict>
36                         <key>Type</key>
37                         <string>PSGroupSpecifier</string>
38                         <key>Title</key>
39                         <string>Shindig URL</string>
40                 </dict>
41                 <dict>
42                         <key>Type</key>
43                         <string>PSTextFieldSpecifier</string>
44                         <key>Title</key>
45                         <string>URL</string>
46                         <key>Key</key>
47                         <string>shindigURL</string>
48                         <key>DefaultValue</key>
49                         <string>http://www.example.com/shindig/php</string>
50                         <key>IsSecure</key>
51                         <false/>
52                         <key>KeyboardType</key>
53                         <string>URL</string>
54                         <key>AutocapitalizationType</key>
55                         <string>None</string>
56                         <key>AutocorrectionType</key>
57                         <string>No</string>
58                 </dict>
59         </array>
60 </dict>
61 </plist>