-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon-metadata.xml
executable file
·53 lines (45 loc) · 1.77 KB
/
addon-metadata.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?xml version="1.0"?>
<PropertyList>
<meta>
<file-type type="string">FlightGear add-on metadata</file-type>
<format-version type="int">1</format-version>
</meta>
<addon>
<identifier type="string">org.flightgear.addons.fireworks</identifier>
<name type="string">Fireworks</name>
<version type="string">1.0.0</version>
<authors>
<author>
<name type="string">TheFGFSEagle</name>
<email type="string">thefgfseagle@gmail.com</email>
<url type="string">https://github.com/TheFGFSEagle</url>
</author>
</authors>
<maintainers>
<author>
<name type="string">TheFGFSEagle</name>
<email type="string">thefgfseagle@gmail.com</email>
<url type="string">https://github.com/TheFGFSEagle</url>
</author>
</maintainers>
<short-description type="string">Fireworks</short-description>
<long-description type="string">Adds fireworks in FlightGear on certain dates - also supports equipping aircraft with fireworks launchers</long-description>
<license>
<designation type="string">GNU Public License v3+ (GNU GPL version 3+)</designation>
<file type="string">LICENSE</file>
<url type="string">https://www.gnu.org/licenses/gpl-3.0.html</url>
</license>
<min-FG-version type="string">2017.4.0</min-FG-version>
<max-FG-version type="string">none</max-FG-version>
<urls>
<home-page type="string">https://github.com/TheFGFSEagle/fireworks</home-page>
<download type="string">https://github.com/TheFGFSEagle/fireworks</download>
<support type="string">https://github.com/TheFGFSEagle/fireworks/issues</support>
<code-repository type="string">https://github.com/TheFGFSEagle/fireworks</code-repository>
</urls>
<tags>
<tag type="string">scenery</tag>
<tag type="string">fireworks</tag>
</tags>
</addon>
</PropertyList>