diff --git a/openbis-ipad/openBIS/openBIS/Settings.bundle/Root.plist b/openbis-ipad/openBIS/openBIS/Settings.bundle/Root.plist new file mode 100644 index 0000000000000000000000000000000000000000..121f8b6dd05b36251b0f825e15888105f51e5ea1 --- /dev/null +++ b/openbis-ipad/openBIS/openBIS/Settings.bundle/Root.plist @@ -0,0 +1,73 @@ +<?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>PreferenceSpecifiers</key> + <array> + <dict> + <key>Title</key> + <string>openBIS Server</string> + <key>Type</key> + <string>PSGroupSpecifier</string> + <key>FooterText</key> + <string>openBIS is an open biological information system</string> + </dict> + <dict> + <key>AutocapitalizationType</key> + <string>None</string> + <key>AutocorrectionType</key> + <string>No</string> + <key>DefaultValue</key> + <string></string> + <key>IsSecure</key> + <false/> + <key>Key</key> + <string>openbis_server_url</string> + <key>KeyboardType</key> + <string>URL</string> + <key>Title</key> + <string>URL</string> + <key>Type</key> + <string>PSTextFieldSpecifier</string> + </dict> + <dict> + <key>AutocapitalizationType</key> + <string>None</string> + <key>AutocorrectionType</key> + <string>No</string> + <key>DefaultValue</key> + <string></string> + <key>IsSecure</key> + <false/> + <key>Key</key> + <string>openbis_username</string> + <key>KeyboardType</key> + <string>Alphabet</string> + <key>Title</key> + <string>User Name</string> + <key>Type</key> + <string>PSTextFieldSpecifier</string> + </dict> + <dict> + <key>AutocapitalizationType</key> + <string>None</string> + <key>AutocorrectionType</key> + <string>No</string> + <key>DefaultValue</key> + <string></string> + <key>IsSecure</key> + <true/> + <key>Key</key> + <string>openbis_password</string> + <key>KeyboardType</key> + <string>Alphabet</string> + <key>Title</key> + <string>Password</string> + <key>Type</key> + <string>PSTextFieldSpecifier</string> + </dict> + </array> + <key>StringsTable</key> + <string>Root</string> +</dict> +</plist> diff --git a/openbis-ipad/openBIS/openBIS/Settings.bundle/en.lproj/Root.strings b/openbis-ipad/openBIS/openBIS/Settings.bundle/en.lproj/Root.strings new file mode 100644 index 0000000000000000000000000000000000000000..8cd87b9d6b20c1fbf87bd4db3db267fca5ad4df9 Binary files /dev/null and b/openbis-ipad/openBIS/openBIS/Settings.bundle/en.lproj/Root.strings differ