From 5cc544e498af2ff2c67a30a825016632b5c3b0c4 Mon Sep 17 00:00:00 2001 From: cramakri <cramakri> Date: Thu, 15 Nov 2012 15:42:06 +0000 Subject: [PATCH] Added settings bundle for setting the url, user name, passwd SVN: 27644 --- .../openBIS/Settings.bundle/Root.plist | 73 ++++++++++++++++++ .../Settings.bundle/en.lproj/Root.strings | Bin 0 -> 546 bytes 2 files changed, 73 insertions(+) create mode 100644 openbis-ipad/openBIS/openBIS/Settings.bundle/Root.plist create mode 100644 openbis-ipad/openBIS/openBIS/Settings.bundle/en.lproj/Root.strings 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 00000000000..121f8b6dd05 --- /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 GIT binary patch literal 546 zcmaixOHRW;5JYRuDMndFh#Ua1V1d}N;sVAV2TO?uC3a9aJn*VxFrY}tnon0(S66#J z-d9>G>6W!ur(SDqlp`9nn~*(m%iWnv?yq`Qfp6XbK1?+om~~#r)ZnhkYQU_VbfjuT zHNn`CX<0sd*m<h0(azec(iObNh^%?ujr&=v=s=H#N;|Sb!c#%F;_UPWVjneF55ql& z;1>1<hFx!9AHUHrospb<`X7`yGd%lD#4Y=Ob9s`bR=VI@=sx_8^jm=6uzq9L!Fr&_ nmcBD*Mox@AX7QwJ{2yYbnSDNcs=Q<RN>A}>&5sU$akD=GTXJ1e literal 0 HcmV?d00001 -- GitLab