Is there a way to code format info.plist file like prettier?

47 Views Asked by At

If the info.plist file changes, the PR changes and it's very cumbersome to modify. Is there a way to modify it through github action or CI build? Or I'm looking for a way to keep it consistent through script. If anyone knows, please help.

1

There are 1 best solutions below

0
Cory Cunningham On

Personally I use XML Tools on VSCode. That might be what you're looking for.