Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ios.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'MDM/AppConfig/specfile.xml')
-rw-r--r--MDM/AppConfig/specfile.xml47
1 files changed, 0 insertions, 47 deletions
diff --git a/MDM/AppConfig/specfile.xml b/MDM/AppConfig/specfile.xml
deleted file mode 100644
index 57435fb1d..000000000
--- a/MDM/AppConfig/specfile.xml
+++ /dev/null
@@ -1,47 +0,0 @@
-<managedAppConfiguration>
- <version>1.0.0</version>
- <bundleId>it.twsweb.Nextcloud</bundleId>
- <dict>
- <string keyName="serverUrl">
- <defaultValue>
- <value>https:&#x2F;&#x2F;cloud.nextcloud.com</value>
- </defaultValue>
- </string>
- <string keyName="username">
- <defaultValue>
- <value>marino.faggiana</value>
- </defaultValue>
- </string>
- <string keyName="password">
- <defaultValue>
- <value>password</value>
- </defaultValue>
- </string>
- </dict>
- <presentation defaultLocale="en-US">
- <field keyName="serverUrl" type="input">
- <label>
- <language value="en-US">serverUrl</language>
- </label>
- <description>
- <language value="en-US">Nextcloud server url</language>
- </description>
- </field>
- <field keyName="username" type="input">
- <label>
- <language value="en-US">username</language>
- </label>
- <description>
- <language value="en-US">User Name</language>
- </description>
- </field>
- <field keyName="password" type="input">
- <label>
- <language value="en-US">password</language>
- </label>
- <description>
- <language value="en-US">Password</language>
- </description>
- </field>
- </presentation>
-</managedAppConfiguration> \ No newline at end of file