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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings/appinfo/info.xml')
-rw-r--r--apps/settings/appinfo/info.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/apps/settings/appinfo/info.xml b/apps/settings/appinfo/info.xml
new file mode 100644
index 00000000000..acbf5caaac8
--- /dev/null
+++ b/apps/settings/appinfo/info.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0"?>
+<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
+ xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
+ <id>settings</id>
+ <name>Nextcloud settings</name>
+ <summary>Nextcloud settings</summary>
+ <description>Nextcloud settings</description>
+ <version>1.0.0</version>
+ <licence>agpl</licence>
+ <author>Nextcloud</author>
+ <namespace>Settings</namespace>
+ <default_enable/>
+
+ <category>customization</category>
+ <bugs>https://github.com/nextcloud/server/issues</bugs>
+ <dependencies>
+ <nextcloud min-version="18" max-version="18"/>
+ </dependencies>
+</info>