feat(RES-33): Generation de l'architecture compatible Swift 6 (#13)
Some checks failed
gitea-openium/resgen.swift/pipeline/head There was a failure building this commit
Some checks failed
gitea-openium/resgen.swift/pipeline/head There was a failure building this commit
Reviewed-on: #13
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user