We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c8abde commit 5005bbbCopy full SHA for 5005bbb
fastlane/download_metadata.swift
@@ -68,7 +68,7 @@ func downloadTranslation(languageCode: String, folderName: String) {
68
69
jsonDict.forEach({ (key: String, value: Any) in
70
71
- guard let index = key.index(of: Character(UnicodeScalar(0004))) else {
+ guard let index = key.firstIndex(of: Character(UnicodeScalar(0004))) else {
72
return
73
}
74
0 commit comments