info.xml 617 B

12345678910111213141516171819
  1. <?xml version="1.0"?>
  2. <!--
  3. - SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors
  4. - SPDX-License-Identifier: AGPL-3.0-or-later
  5. -->
  6. <info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
  7. xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
  8. <id>testapp_name_missing</id>
  9. <summary>A b c</summary>
  10. <description>A b c</description>
  11. <version>1.2.3</version>
  12. <licence>agpl</licence>
  13. <author>Jane</author>
  14. <category>games</category>
  15. <bugs>https://example.org</bugs>
  16. <dependencies>
  17. <nextcloud min-version="12.0" max-version="12.0"/>
  18. </dependencies>
  19. </info>