Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 27, 2018

Conversation

Fatme
Copy link
Contributor

@Fatme Fatme commented Mar 23, 2018

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 #3470

@Fatme Fatme changed the base branch from master to release March 23, 2018 10:56
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 non-binary files.

Fixes #3470
@Fatme Fatme merged commit bab2994 into release Mar 27, 2018
@Fatme Fatme deleted the fatme/plist branch March 27, 2018 07:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants