-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.xml
More file actions
22 lines (20 loc) · 755 Bytes
/
package.xml
File metadata and controls
22 lines (20 loc) · 755 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>BasicMech</name>
<description>Testing PrefPack for FreeCAD</description>
<version>0.0.1</version>
<maintainer email="macdroid53@gmail.com">drmacro</maintainer>
<license file="LICENSE">MIT</license>
<url type="repository" branch="main">https://github.com/macdroid53/BasicMech</url>
<icon>resources/icons/freecad.svg</icon>
<content>
<preferencepack>
<name>BasicMech</name>
<description>Testing PrefPack for FreeCAD</description>
<tag>color</tag>
<tag>dark</tag>
<tag>mechanical</tag>
<depend>Lattice2 Workbench</depend>
</preferencepack>
</content>
</package>