telerik / mobile-cli-lib

Contains common infrastructure for CLIs - mainly AppBuilder, NativeScript, DDB and Proton.
Apache License 2.0
11 stars 10 forks source link

Fix (publish): Remove binary-plist and use simple-plist instead #1076

Closed Fatme closed 6 years ago

Fatme commented 6 years ago

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.

Fixes https://github.com/NativeScript/nativescript-cli/issues/3470