-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathinfo.xml
More file actions
49 lines (43 loc) · 1.71 KB
/
info.xml
File metadata and controls
49 lines (43 loc) · 1.71 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0"?>
<!--
- SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>notify_push</id>
<name>Client Push</name>
<summary>Push update support for clients</summary>
<description>< for detailed setup instructions]]></description>
<version>1.3.1</version>
<licence>agpl</licence>
<author>Robin Appelman</author>
<namespace>NotifyPush</namespace>
<types>
<filesystem/>
</types>
<documentation>
<admin>https://github.com/nextcloud/notify_push</admin>
</documentation>
<category>tools</category>
<bugs>https://github.com/nextcloud/notify_push/issues</bugs>
<dependencies>
<nextcloud min-version="29" max-version="33"/>
</dependencies>
<repair-steps>
<post-migration>
<step>OCA\NotifyPush\Migration\Install</step>
</post-migration>
<install>
<step>OCA\NotifyPush\Migration\Install</step>
</install>
</repair-steps>
<commands>
<command>OCA\NotifyPush\Command\Setup</command>
<command>OCA\NotifyPush\Command\SelfTest</command>
<command>OCA\NotifyPush\Command\Log</command>
<command>OCA\NotifyPush\Command\Metrics</command>
<command>OCA\NotifyPush\Command\Reset</command>
</commands>
</info>