-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon.xml
executable file
·25 lines (25 loc) · 1.06 KB
/
addon.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
<?xml version="1.0" encoding="UTF-8"?>
<addon id="skin.ariana.touch" version="2.0.1" name="Ariana.Touch" provider-name="pecinko">
<requires>
<import addon="xbmc.gui" version="5.12.0"/>
</requires>
<extension point="xbmc.gui.skin" debugging="false" dynamichome="true">
<res width="2048" height="1536" aspect="4:3" default="true" folder="xml" />
<res width="1920" height="1280" aspect="3:2" default="false" folder="xml" />
<res width="1920" height="1200" aspect="16:10" default="false" folder="xml" />
<res width="1920" height="1080" aspect="16:9" default="false" folder="xml" />
<res width="2560" height="1080" aspect="21:9" default="false" folder="xml" />
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">It does not suck on iOS</summary>
<description lang="en_GB">It does not suck on iOS</description>
<disclaimer lang="en_GB"></disclaimer>
<platform>all</platform>
<license></license>
<forum>http://mrmc.tv/forum/</forum>
<assets>
<icon>icon.png</icon>
<fanart></fanart>
</assets>
</extension>
</addon>