ipa-metadata icon indicating copy to clipboard operation
ipa-metadata copied to clipboard

[bugfix] escape whitespace for filepath. Use nodejs path to make path

Open drunkhacker opened this issue 10 years ago • 1 comments

There's a problem for parsing ipa file of which scheme has whitespace in it. When the scheme name has whitespace, generated .ipa file has white-spaced .app file in it. Because of this, several failure can occur on this library. So I escaped path before use, but when I try to escape spaces right before plist.readFileSync, it throws me an error. (I think it is because it escapes filename internally).

Other than reading plist, path are used for concatenating command forked by exec, so I think it will be fine in most cases. Consider this PR, and please fix this bug. Thanks.

drunkhacker avatar Dec 24 '15 04:12 drunkhacker

Same Issue here. Hope for Merge of this fix soon.

angu-software avatar Mar 09 '16 13:03 angu-software