Skip to content
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

Ability to Choose Xcode Simulators #363

Closed
yashwanth-l opened this issue Sep 26, 2019 · 3 comments
Closed

Ability to Choose Xcode Simulators #363

yashwanth-l opened this issue Sep 26, 2019 · 3 comments

Comments

@yashwanth-l
Copy link

yashwanth-l commented Sep 26, 2019

Seeing the options we see bluepill command-line supports --runtime and --device options, but launches its own version of the simulator. How do we have the ability to run them using the Xcode's Simulators to avoid the Self certificate Signing issues Or do we have the ability to import them to the bluepill's version of the simulator?

@ob
Copy link
Member

ob commented Sep 26, 2019

Hmm, bluepill is designed to create its own simulators. There is a feature in which it can clone a simulator for the runs but it is still created from scratch at the beginning of the run.

For installing certs, bp has an --script-file option that we should document... you can see the discussion in #194 and #290. We should really document that option in the README (I'd love a PR for that :-)

@yashwanth-l
Copy link
Author

@ob There is a gem that can be used to install certs on a simulator, so can we use the below gem?

https://rubygems.org/gems/iostrust/versions/1.0.0

iostrust add <file>

@ob
Copy link
Member

ob commented Sep 26, 2019

I don't see why not, if you can use it from the command line you can wrap it in a bash script and pass it to bluepill with the --script-file option.

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

No branches or pull requests

2 participants