Skip to content

Commit

Permalink
Add content rating and developer name
Browse files Browse the repository at this point in the history
These are to pass the linting process for the AppStream MetaInfo file.
For the content rating, I used [an OARS tool][OARS] to generate the
appropriate tag. In particular, I saw this as an application without
internet connectivity and without any advertising or in-app purchases.
This appears to have generated the most basic content rating.

[OARS]: <https://hughsie.github.io/oars/generate.html>
  • Loading branch information
TomChapple committed Apr 6, 2024
1 parent 90d05ee commit 2da76e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions platforms/flatpak/io.github.drhelius.Gearsystem.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

<name>Gearsystem</name>
<summary>A very accurate, cross-platform Sega Master System / Game Gear / SG-1000 emulator</summary>
<content_rating type="oars-1.1" />
<developer id="io.github.drhelius">
<name>Ignacio Sanchez Gines</name>
</developer>
<icon type="stock">io.github.drhelius.Gearsystem</icon>

<metadata_license>CC0-1.0</metadata_license>
Expand Down

0 comments on commit 2da76e5

Please sign in to comment.