kelvinhokk / cordova-plugin-localization-strings

Cordova Plugin for Localization of Strings on the App
MIT License
119 stars 106 forks source link

Small issue when parsing the app name on iOS #28

Closed possan closed 5 years ago

possan commented 6 years ago

I just wanted to report this issue i was just hit by:

The script kept crashing cordova prepare and after some debugging i noticed that the ios script tried to write files to a folder named null instead of the project, in this line the script tries to parse the config xml with regexp and fails because i was using the short name support, ie. <name short="shortname">longer name with spaces and junk</name>

I worked around my issues and this is probably a bit of an edge case, maybe not enough of an issue to warrant a fix.