summaryrefslogtreecommitdiffstats
path: root/apps/testing/appinfo/info.xml
blob: 742ef9a9ec423e214febd4fd53362bc7dd745bf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0"?> 
<info>
	<id>testing</id>
	<name>QA testing</name>
	<description>This app is only for testing! It is dangerous to have it enabled in a live instance</description>
	<licence>AGPL</licence>
	<author>Joas Schilling</author>
	<version>1.2.0</version>
	<dependencies>
		<nextcloud min-version="13" max-version="13" />
	</dependencies>
	<types>
		<authentication/>
	</types>
</info>