removed mods directory from the ATutor codebase
[atutor.git] / mods / atsocial_iphone_app / Settings.bundle / Root.plist
diff --git a/mods/atsocial_iphone_app/Settings.bundle/Root.plist b/mods/atsocial_iphone_app/Settings.bundle/Root.plist
deleted file mode 100644 (file)
index 6734ab2..0000000
+++ /dev/null
@@ -1,61 +0,0 @@
-<?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>StringsTable</key>
-       <string>Root</string>
-       <key>Title</key>
-       <string>ATutor</string>
-       <key>PreferenceSpecifiers</key>
-       <array>
-               <dict>
-                       <key>Type</key>
-                       <string>PSGroupSpecifier</string>
-                       <key>Title</key>
-                       <string>ATutor URL</string>
-               </dict>
-               <dict>
-                       <key>Type</key>
-                       <string>PSTextFieldSpecifier</string>
-                       <key>Title</key>
-                       <string>URL</string>
-                       <key>Key</key>
-                       <string>atutorURL</string>
-                       <key>DefaultValue</key>
-                       <string>http://www.example.com/atutor/docs</string>
-                       <key>IsSecure</key>
-                       <false/>
-                       <key>KeyboardType</key>
-                       <string>URL</string>
-                       <key>AutocapitalizationType</key>
-                       <string>None</string>
-                       <key>AutocorrectionType</key>
-                       <string>No</string>
-               </dict>
-               <dict>
-                       <key>Type</key>
-                       <string>PSGroupSpecifier</string>
-                       <key>Title</key>
-                       <string>Shindig URL</string>
-               </dict>
-               <dict>
-                       <key>Type</key>
-                       <string>PSTextFieldSpecifier</string>
-                       <key>Title</key>
-                       <string>URL</string>
-                       <key>Key</key>
-                       <string>shindigURL</string>
-                       <key>DefaultValue</key>
-                       <string>http://www.example.com/shindig/php</string>
-                       <key>IsSecure</key>
-                       <false/>
-                       <key>KeyboardType</key>
-                       <string>URL</string>
-                       <key>AutocapitalizationType</key>
-                       <string>None</string>
-                       <key>AutocorrectionType</key>
-                       <string>No</string>
-               </dict>
-       </array>
-</dict>
-</plist>