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.

info.xml 488B

123456789101112131415
  1. <?xml version="1.0"?>
  2. <info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
  4. <id>testapp_name_missing</id>
  5. <summary>A b c</summary>
  6. <description>A b c</description>
  7. <version>1.2.3</version>
  8. <licence>agpl</licence>
  9. <author>Jane</author>
  10. <category>games</category>
  11. <bugs>https://example.org</bugs>
  12. <dependencies>
  13. <nextcloud min-version="12.0" max-version="12.0"/>
  14. </dependencies>
  15. </info>