summaryrefslogtreecommitdiffstats
path: root/tests/apps/testapp-infoxml/appinfo/info.xml
blob: d4df1c3cd3fad9856e3d0ae7d1fbaf866f9736d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0"?>
<info>
	<id>testapp-infoxml</id>
	<version>1.2.3</version>
	<author>Jane</author>
	<description>A b c</description>
	<licence>Abc</licence>
	<name>Test app</name>
	<dependencies>
		<nextcloud min-version="12.0" max-version="12.0"/>
	</dependencies>
</info>