forked from jbeluch/xbmcswift2-xbmc-dist
-
Notifications
You must be signed in to change notification settings - Fork 4
/
addon.xml
17 lines (17 loc) · 835 Bytes
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<addon id="script.module.xbmcswift2" name="xbmcswift2" provider-name="Jonathan Beluch (jbel), enen92" version="19.0.7">
<requires>
<import addon="xbmc.python" version="3.0.0" />
</requires>
<extension library="lib" point="xbmc.python.module" />
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<source>https://github.com/XBMC-Addons/script.module.xbmcswift2</source>
<license>GPL-3.0</license>
<summary lang="en_GB">xbmcswift2 is a small framework to ease development of KODI addons.</summary>
<description lang="en_GB">xbmcswift2 is a small framework to ease development of KODI addons.</description>
<news>Fixes for python 3.10 - move collections.MutableMapping to collections.abc.MutableMapping</news>
<assets>
<icon>icon.png</icon>
</assets>
</extension>
</addon>