mirror of
				https://github.com/nerzhul/ocsms.git
				synced 2025-10-31 02:17:38 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			31 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			1.3 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="14.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>
 | |
| 
 | |
|     <repair-steps>
 | |
|         <post-migration>
 | |
| 		<step>OCA\OcSms\Migration\FixConversationReadStates</step>
 | |
|         </post-migration>
 | |
|     </repair-steps>
 | |
| </info>
 |