Put the dev and production schemas into the same file
All checks were successful
Monorepo build / build-flake (push) Successful in 3s

This commit is contained in:
Savanni D'Gerinel 2025-06-10 10:02:07 -04:00
parent 529e980782
commit f62ad2e51e
2 changed files with 7 additions and 9 deletions

View File

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<schemalist>
<schema id="com.luminescent-dreams.fitnesstrax.dev" path="/com/luminescent-dreams/fitnesstrax/dev/">
<key name="series-path" type="s">
<default>""</default>
<summary>Path to the series</summary>
</key>
</schema>
</schemalist>

View File

@ -6,4 +6,11 @@
<summary>Path to the series</summary>
</key>
</schema>
<schema id="com.luminescent-dreams.fitnesstrax.dev" path="/com/luminescent-dreams/fitnesstrax/dev/">
<key name="series-path" type="s">
<default>""</default>
<summary>Path to the series</summary>
</key>
</schema>
</schemalist>