Skip to content

Commit fc20441

Browse files
committed
Mark xcstrings as a type producing Swift sources
1 parent 55d3ea7 commit fc20441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SWBApplePlatform/Plugin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ struct XCStringsInputFileGroupingStrategyExtension: InputFileGroupingStrategyExt
202202
}
203203

204204
func fileTypesCompilingToSwiftSources() -> [String] {
205-
return []
205+
return ["text.json.xcstrings"]
206206
}
207207
}
208208

0 commit comments

Comments
 (0)