We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please add support to non-binary Info.plist files.
Info.plist
In the ios-sim/src/commands/launch.js (also other files) we are using the bplist-parser library.
ios-sim/src/commands/launch.js
bplist-parser
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.
plutil -convert binary1 Info.plist
Possibly checking if the file is non-binary and using the plist-parser library or another similar one.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please add support to non-binary
Info.plist
files.In the
ios-sim/src/commands/launch.js
(also other files) we are using thebplist-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 theInfo.plist
becomes not human-readable.Possibly checking if the file is non-binary and using the plist-parser library or another similar one.
The text was updated successfully, but these errors were encountered: