Closed lorenzoPrimi closed 5 years ago
The iOS app don't compile when there are strings with non escaped quotes:
"KEY" = "String "with" quotes";
should become
"KEY" = "String \"with\" quotes";
I remember there was a piece of the previous script to fix this, can we integrate it into here?
Here are some examples:
The iOS app don't compile when there are strings with non escaped quotes:
"KEY" = "String "with" quotes";
should become
"KEY" = "String \"with\" quotes";
I remember there was a piece of the previous script to fix this, can we integrate it into here?