1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-21 13:23:04 +00:00

Remove deprecated app.php file

This commit is contained in:
Alfred Egger
2020-12-29 23:53:56 +01:00
parent 94a7175886
commit 61f6d0fb42
2 changed files with 10 additions and 38 deletions
+10 -1
View File
@@ -5,9 +5,10 @@
<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>
<author>e-alfred</author>
<version>2.2.0</version>
<licence>agpl</licence>
<category>multimedia</category>
<category>tools</category>
<dependencies>
@@ -27,4 +28,12 @@
<step>OCA\OcSms\Migration\FixConversationReadStates</step>
</post-migration>
</repair-steps>
<navigations>
<navigation>
<id>ocsms</id>
<name>Phone Sync</name>
<route>ocsms.sms.index</route>
<icon>app.svg</icon>
</navigation>
</navigations>
</info>