In case when produced Info.plist is not a binary file, tns publish ios command fails because bplist-parser is not able to parse non-binary plist files. This PR replaces bplist-parser module with sample-plist that is able to parse binary and xml files.
In case when produced Info.plist is not a binary file,
tns publish ios
command fails becausebplist-parser
is not able to parse non-binary plist files. This PR replacesbplist-parser
module withsample-plist
that is able to parse binary and xml files.Fixes https://github.com/NativeScript/nativescript-cli/issues/3470