-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathaddon-metadata.xml
More file actions
54 lines (45 loc) · 2.19 KB
/
Copy pathaddon-metadata.xml
File metadata and controls
54 lines (45 loc) · 2.19 KB
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
<?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">a.bhugh.Bombable</identifier>
<name type="string">Bombable</name>
<version type="string">4.7.1</version>
<authors>
<author>
<name type="string">Brent Hugh</name>
<email type="string"></email>
<url type="string"></url>
</author>
</authors>
<maintainers>
<maintainer>
<name type="string">Brent Hugh</name>
<email type="string"></email>
<url type="string"></url>
</maintainer>
</maintainers>
<short-description type="string">Bombable turns FlightGear into a combat flight simulator.</short-description>
<long-description type="string">Bombable is an addon for FlightGear that adds bombs, weapons, damage, fire, and explosion effects to FlightGear that work with the main aircraft, scenery, AI aircraft and other AI objects, and multiplayer aircraft objects</long-description>
<license>
<designation type="string">GNU GPL version 2 or later</designation>
<file type="string">Docs/COPYING</file>
<url type="string">https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html</url>
</license>
<min-FG-version type="string">2018.3.0</min-FG-version>
<max-FG-version type="string">none</max-FG-version>
<urls>
<home-page type="string">http://wiki.flightgear.org/Bombable</home-page>
<download type="string"><![CDATA[ https://forum.flightgear.org/viewtopic.php?f=6&t=5742&p=43772#p43772 ]]></download>
<support type="string"><![CDATA[ https://forum.flightgear.org/viewtopic.php?f=6&t=5742&p=43772#p43772 ]]></support>
<code-repository type="string">https://github.com/bhugh/Bombable</code-repository>
</urls>
<tags>
<tag type="string">bombable</tag>
<tag type="string">combat</tag>
</tags>
</addon>
</PropertyList>