Skip to content

Commit

Permalink
Updates LocalizedStringsGenerator to a new version
Browse files Browse the repository at this point in the history
  • Loading branch information
DeluxeAlonso committed Jan 5, 2025
1 parent 6589a74 commit 968c270
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified LocalizedStringsScript
Binary file not shown.
2 changes: 1 addition & 1 deletion Scripts/LocalizedStringsGenerator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public struct LocalizedStringsGenerator {
}
for case let fileURL as URL in enumerator {
do {
let fileAttributes = try fileURL.resourceValues(forKeys:[.isRegularFileKey])
let fileAttributes = try fileURL.resourceValues(forKeys: [.isRegularFileKey])
if fileAttributes.isRegularFile == true, fileURL.lastPathComponent.contains(stringsFileName) {
files.append(fileURL)
}
Expand Down

0 comments on commit 968c270

Please sign in to comment.