You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nextcloud-server/tests/apps/testapp_dependency_missing/appinfo/info.xml

17 lines
549 B

<?xml version="1.0"?>
<!--
- SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>testapp_infoxml</id>
<name>Test app</name>
<summary>A b c</summary>
<description>A b c</description>
<version>1.2.3</version>
<licence>agpl</licence>
<author>Jane</author>
<category>games</category>
<bugs>https://example.org</bugs>
</info>