RES-73 Ajout d'un debugMode iOS
Some checks failed
openium/resgen.swift/pipeline/head There was a failure building this commit

This commit is contained in:
2025-10-20 15:21:47 +02:00
parent f1ca8e92b7
commit f0aac3a91b
4 changed files with 79 additions and 105 deletions

View File

@@ -33,13 +33,13 @@ FORCE_FLAG="$1"
#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"
#
@@ -53,12 +53,9 @@ swift run -c release ResgenSwift strings stringium $FORCE_FLAG "./Strings/sample
#echo "\n-------------------------\n"
#
## Analytics
#swift run -c release ResgenSwift analytics $FORCE_FLAG "./Tags/sampleTags.yml" \
# --target "firebase" \
# --extension-output-path "./Tags/Generated" \
# --extension-name "Analytics" \
# --extension-suffix "GenAllScript" \
# --static-members true
swift run -c release ResgenSwift analytics -f "./Tags/sampleTags.yml" \
--target "firebase" \
--output-file "./Tags/Generated/Analytics+GenAllScript.swift"
#
#echo "\n-------------------------\n"
#