mirror of
https://github.com/nextcloud/passman.git
synced 2025-09-09 06:24:22 +08:00
Make appinfo/info.xml complaint with appstore
This commit is contained in:
parent
340c5e0b96
commit
4f38ef6184
1 changed files with 12 additions and 1 deletions
|
@ -6,14 +6,25 @@
|
|||
<licence>AGPL</licence>
|
||||
<author>Sander Brand</author>
|
||||
<version>2.0.0-RC1</version>
|
||||
<author homepage="https://github.com/brantje">Sander Brand</author>
|
||||
<author homepage="https://github.com/animalillo">Marcos</author>
|
||||
<namespace>Passman</namespace>
|
||||
<documentation>
|
||||
<admin>https://github.com/nextcloud/passman#readme</admin>
|
||||
<developer>https://github.com/nextcloud/passman/tree/master/docs</developer>
|
||||
</documentation>
|
||||
<category>other</category>
|
||||
<website>https://github.com/nextcloud/passman/</website>
|
||||
<bugs>https://github.com/nextcloud/passman/issues</bugs>
|
||||
<repository type="git">git@github.com:nextcloud/passman.git</repository>
|
||||
<repository type="git">https://github.com/nextcloud/passman.git</repository>
|
||||
<screenshot small-thumbnail="http://i.imgur.com/ciShQZg.png">http://i.imgur.com/ciShQZg.png</screenshot>
|
||||
<screenshot small-thumbnail="http://i.imgur.com/Iwm3hUe.png">http://i.imgur.com/Iwm3hUe.png</screenshot>
|
||||
<dependencies>
|
||||
<php min-version="5.6"/>
|
||||
<owncloud min-version="9" max-version="11" />
|
||||
<nextcloud min-version="9" max-version="12" />
|
||||
<database>sqlite</database>
|
||||
<database min-version="5.5">mysql</database>
|
||||
</dependencies>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue