1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-11-29 11:24:11 +01:00
OwncloudContactsOfficial/appinfo/info.xml
Vincent Petry 0b5fb1bfc7 Fix to make it compatible with Sabre 2.1
Also fixed unit tests so they run but some still fail

- Added IUserSession mock
- Replaced OCP::getUser() with IUserSession usage to make the mock work
- Added base class for test cases
2015-03-17 12:53:05 +01:00

22 lines
577 B
XML

<?xml version="1.0"?>
<info>
<id>contacts</id>
<name>Contacts</name>
<licence>AGPL</licence>
<author>Jakob Sack,Thomas Tanghus</author>
<description>Address book with CardDAV support.</description>
<standalone/>
<documentation>
<user>http://doc.owncloud.org/server/8.0/user_manual/pim/contacts.html</user>
</documentation>
<remote>
<contacts>appinfo/remote.php</contacts>
<carddav>appinfo/remote.php</carddav>
</remote>
<dependencies>
<owncloud min-version="8" />
<php min-version="5.4" />
</dependencies>
<ocsid>166044</ocsid>
</info>