Skip to content

Add support to non binary Info.plist files #266

Description

@Danilo-Araujo-Silva

Please add support to non-binary Info.plist files.

In the ios-sim/src/commands/launch.js (also other files) we are using the bplist-parser library.

But the launch or install command does not work when the Info.plist is a text file.
Related code here.

If we use plutil -convert binary1 Info.plist it works, but then the Info.plist becomes not human-readable.

Possibly checking if the file is non-binary and using the plist-parser library or another similar one.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions