RES-73 Ajout d'un debugMode iOS
Some checks failed
openium/resgen.swift/pipeline/head There was a failure building this commit
Some checks failed
openium/resgen.swift/pipeline/head There was a failure building this commit
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user