-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon-metadata.xml
62 lines (46 loc) · 1.53 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
54
55
56
57
58
59
60
61
62
<?xml version="1.0" encoding="UTF-8"?>
<PropertyList>
<meta>
<file-type type="string">FlightGear add-on metadata</file-type>
<format-version type="int">1</format-version>
</meta>
<addon>
<identifier type="string">sp.ntx.AnotherGUI</identifier>
<name type="string">AnotherGUI</name>
<version type="string">1.0.1</version>
<authors>
<author>
<name type="string">SP-NTX</name>
<url type="string">https://github.com/SP-NTX</url>
</author>
</authors>
<short-description type="string">
This addon adds another GUI styles.
</short-description>
<long-description type="string">
This addon adds another GUI styles and button to change style.
</long-description>
<license>
<designation type="string">
GNU GPL version 2 or later
</designation>
<file type="string">
<!-- Use a relative, slash-separated path to a file under the add-on
base directory that contains the add-on license text. -->
</file>
<url type="string">
https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
</url>
</license>
<min-FG-version type="string">2017.4.0</min-FG-version>
<max-FG-version type="string">none</max-FG-version>
<urls>
<code-repository type="string">
https://github.com/SP-NTX/AnotherGUI
</code-repository>
</urls>
<tags>
<tag type="string">GUI</tag>
</tags>
</addon>
</PropertyList>