Asana / locheck

Validate iOS, Android, and Mac localizations. Find errors in .strings, .stringsdict, and strings.xml files.
MIT License
96 stars 10 forks source link

Support for swift package build plugins #54

Open BrentMifsud opened 8 months ago

BrentMifsud commented 8 months ago

It would be nice if this tool supported swift package plugins so we didn't have to use a build phase to run it.

Details here: https://github.com/apple/swift-package-manager/blob/main/Documentation/Plugins.md

stevelandeyasana commented 8 months ago

Great idea! Just to set expectations, we're unlikely to work on this ourselves, because we only run the tool once per week during our release process. But I'd happily help someone get a patch landed.

BrentMifsud commented 4 months ago

I can potentially look into this.

But this requires a binary target (see swiftgen's implementation as an example)

@stevelandeyasana would someone at Asana be able to set that up?