Generation de l'architecture compat Swift 6 avec des final class Sendable
Some checks are pending
gitea-openium/resgen.swift/pipeline/head Build started...
gitea-openium/resgen.swift/pipeline/pr-master Build started...

This commit is contained in:
2025-04-30 10:21:03 +02:00
parent 57cedd37bb
commit abb259951c
3 changed files with 3 additions and 5 deletions

View File

@ -73,7 +73,7 @@ struct ParsedImage {
Images.exit(withError: error)
}
return String(data: data, encoding: .utf8)
return String(decoding: data, as: UTF8.self)
}
func generateImageContent(isVector: Bool) -> AssetContent {