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