Luminate/data/dev.bscubed.Luminate.metainfo.xml
2026-06-14 23:11:23 -04:00

25 lines
655 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>dev.bscubed.Luminate</id>
<name>Luminate</name>
<summary>A template for creating GNOME apps with Swift</summary>
<metadata_license>MIT</metadata_license>
<project_license>LGPL-3.0-or-later</project_license>
<supports>
<control>pointing</control>
<control>keyboard</control>
<control>touch</control>
</supports>
<description>
<p>
This is a <em>long</em> description of this project. Yes - that is required!
</p>
</description>
<launchable type="desktop-id">dev.bscubed.Luminate.desktop</launchable>
</component>