mirror of
				https://github.com/nerzhul/ocsms.git
				synced 2025-11-04 12:27:27 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			31 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			1.2 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>Loic Blot</author>
 | 
						|
    <version>2.1.7</version>
 | 
						|
    <category>multimedia</category>
 | 
						|
    <category>tools</category>
 | 
						|
    <dependencies>
 | 
						|
        <nextcloud min-version="16" max-version="18" />
 | 
						|
    </dependencies>
 | 
						|
 | 
						|
    <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>
 |