-
Notifications
You must be signed in to change notification settings - Fork 3
/
package-info.xml
39 lines (39 loc) · 1.38 KB
/
package-info.xml
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
<?xml version="1.0"?>
<!DOCTYPE package-info SYSTEM "http://www.simplemachines.org/xml/package-info">
<package-info xmlns="http://www.simplemachines.org/xml/package-info" xmlns:smf="http://www.simplemachines.org/">
<license>
<!--
/**
* Mobile Device Detect (MDD)
*
* @package MDD
* @author emanuele
* @copyright the class uagent_info is copyright of Anthony Hand (see Subs-MobileDetect.php for details)
* @copyright 2012 emanuele, Simple Machines
* @license http://www.apache.org/licenses/LICENSE-2.0.html Apache License 2.0 (AL2)
*
* @version 0.2.2
*/
-->
</license>
<id>emanuele:mobiledevicedetect</id>
<name>Mobile Device Detect</name>
<version>0.2.2</version>
<type>modification</type>
<install for="2.0 - 2.0.99">
<modification>modification.xml</modification>
<modification>lang.xml</modification>
<modification>lang-utf8.xml</modification>
<require-file name="Subs-MobileDetect.php" destination="$sourcedir" />
<redirect url="?action=admin;area=theme;sa=admin" />
<code>install.php</code>
</install>
<uninstall for="2.0 - 2.0.99">
<modification reverse="true">modification.xml</modification>
<modification reverse="true">lang.xml</modification>
<modification reverse="true">lang-utf8.xml</modification>
<remove-file name="$sourcedir/Subs-MobileDetect.php" />
<redirect url="?action=admin;area=packages" />
<code>install.php</code>
</uninstall>
</package-info>