1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-06 15:36:12 +00:00
ocsms/appinfo/info.xml
2018-12-10 13:57:47 +01:00

34 lines
1.4 KiB
XML

<?xml version="1.0"?>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>ocsms</id>
<name>Phone Sync</name>
<summary>An app to sync SMS with your cloud</summary>
<description>An app to sync SMS with your cloud</description>
<licence>agpl</licence>
<author homepage="https://www.unix-experience.fr">Loic Blot</author>
<version>2.0.2</version>
<category>multimedia</category>
<category>tools</category>
<dependencies>
<php min-version="5.6" min-int-size="32"/>
<nextcloud min-version="14.0" max-version="15.0" />
</dependencies>
<ocsid>167289</ocsid>
<website>https://github.com/nextcloud/ocsms</website>
<bugs>https://github.com/nextcloud/ocsms/issues</bugs>
<repository type="git">https://github.com/nextcloud/ocsms</repository>
<screenshot small-thumbnail="https://raw.githubusercontent.com/nextcloud/ocsms/master/appinfo/screenshots/1-small.png">https://raw.githubusercontent.com/nextcloud/ocsms/master/appinfo/screenshots/1.png</screenshot>
<fulltextsearch>
<provider>OCA\OcSms\Provider\FullTextSearchProvider</provider>
</fulltextsearch>
<repair-steps>
<post-migration>
<step>OCA\OcSms\Migration\FixConversationReadStates</step>
</post-migration>
</repair-steps>
</info>