-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon-metadata.xml
99 lines (82 loc) · 2.73 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<?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">github.renanmsv.addons.BRFGPassengers</identifier>
<name type="string">BRFGPassengers</name>
<version type="string">1.0.0</version>
<authors>
<author>
<name type="string">RenanMsV BR-RVD</name>
<email type="string"></email>
<url type="string"></url>
</author>
<author>
<name type="string">Renato Santos BR-SD25</name>
<email type="string"></email>
<url type="string"></url>
</author>
</authors>
<maintainers>
<maintainer>
<name type="string">Github RenanMsV</name>
<url type="string">
https://github.com/RenanMsV/BRFGPassengers
</url>
</maintainer>
</maintainers>
<short-description type="string">
Sistema de Anuncios de Cabine em Portugues para o Simulador FlightGear.
</short-description>
<long-description type="string">
Sistema de Anuncios de Cabine em Portugues para o Simulador FlightGear. Ajude-me enviando audios em melhor qualidade no github
</long-description>
<license>
<designation type="string">
GNU GPL version 3 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/gpl-3.0.en.html
</url>
</license>
<min-FG-version type="string">2020.1.0</min-FG-version>
<max-FG-version type="string">none</max-FG-version>
<urls>
<home-page type="string">
https://github.com/RenanMsV/BRFGPassengers
</home-page>
<download type="string">
https://github.com/RenanMsV/BRFGPassengers/releases
</download>
<support type="string">
https://github.com/RenanMsV/BRFGPassengers/issues
</support>
<code-repository type="string">
https://github.com/RenanMsV/BRFGPassengers.git
</code-repository>
</urls>
<tags>
<tag type="string">audio</tag>
<tag type="string">passengers</tag>
<tag type="string">announcement</tag>
</tags>
<localized>
<en>
<name type="string">BRFGPassengers</name>
<short-description type="string">
Cabin announcements in brazilian portuguese.
</short-description>
<long-description type="string">
Cabin announcements in brazilian portuguese.
</long-description>
</en>
</localized>
</addon>
</PropertyList>