Welcome to mirror list, hosted at ThFree Co, Russian Federation.

info.xml « appinfo - github.com/nextcloud/ocsms.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5f551c914b1574680d1440a4d17ade951328feab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?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.1.1</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>