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

@@ -175,7 +175,7 @@ enum StringsFileGenerator {
guard section.hasOneOrMoreMatchingTags(tags: inputTags) else {
return // Go to next section
}
print("DOUDOU")
section
.definitions
.forEach { definition in // swiftlint:disable:this closure_body_length
@@ -212,7 +212,6 @@ enum StringsFileGenerator {
// Search for langs in twine
for (lang, value) in definition.translations
where langs.contains(lang) && !value.isEmpty {
print("DOUDOU-> generate for \(lang)")
let localization = XCStringLocalization(
lang: lang,
content: XCStringLocalizationLangContent(