From 1a45ec7b0dd258218f5f2d6f0fcc1076526230b4 Mon Sep 17 00:00:00 2001 From: Loris Perret Date: Tue, 5 Dec 2023 16:54:44 +0100 Subject: [PATCH] New version of tags.txt --- SampleFiles/Tags/sampleTags.txt | 10 ++++++++-- SampleFiles/genAllRessources.sh | 30 +++++++++++++++--------------- 2 files changed, 23 insertions(+), 17 deletions(-) diff --git a/SampleFiles/Tags/sampleTags.txt b/SampleFiles/Tags/sampleTags.txt index 98f67d4..5ace993 100644 --- a/SampleFiles/Tags/sampleTags.txt +++ b/SampleFiles/Tags/sampleTags.txt @@ -1,7 +1,13 @@ [[ScreenTag]] [screen_one] - ium = Ecran un + path = ecran_un/ + name = Ecran un + type = screen tags = droid,ios + comments = [screen_two] - ium = Ecran deux + path = ecran_deux/ + name = Ecran deux + type = event tags = droid,ios + comments = diff --git a/SampleFiles/genAllRessources.sh b/SampleFiles/genAllRessources.sh index 1530efc..ddab6b1 100755 --- a/SampleFiles/genAllRessources.sh +++ b/SampleFiles/genAllRessources.sh @@ -30,27 +30,27 @@ FORCE_FLAG="$1" # --default-lang "en" \ # --extension-output-path "./Twine/Generated" -echo "\n-------------------------\n" +#echo "\n-------------------------\n" # Strings -swift run -c release ResgenSwift strings stringium $FORCE_FLAG "./Strings/sampleStrings.txt" \ - --output-path "./Strings/Generated" \ - --langs "fr en en-us" \ - --default-lang "en" \ - --extension-output-path "./Strings/Generated" \ - --extension-name "String" \ - --extension-suffix "GenAllScript" +#swift run -c release ResgenSwift strings stringium $FORCE_FLAG "./Strings/sampleStrings.txt" \ +# --output-path "./Strings/Generated" \ +# --langs "fr en en-us" \ +# --default-lang "en" \ +# --extension-output-path "./Strings/Generated" \ +# --extension-name "String" \ +# --extension-suffix "GenAllScript" echo "\n-------------------------\n" ## Tags -#swift run -c release ResgenSwift strings tags $FORCE_FLAG "./Tags/sampleTags.txt" \ -# --lang "ium" \ -# --extension-output-path "./Tags/Generated" \ -# --extension-name "Tags" \ -# --extension-suffix "GenAllScript" -# -#echo "\n-------------------------\n" +swift run -c release ResgenSwift strings tags $FORCE_FLAG "./Tags/sampleTags.txt" \ + --target "matomo firebase" \ + --extension-output-path "./Tags/Generated" \ + --extension-name "Tags" \ + --extension-suffix "GenAllScript" + +echo "\n-------------------------\n" # ## Images #swift run -c release ResgenSwift images $FORCE_FLAG "./Images/sampleImages.txt" \