cocoapods-try icon indicating copy to clipboard operation
cocoapods-try copied to clipboard

i don't want to download pod example project again and again to be able to open

Open ghost opened this issue 6 years ago • 1 comments

ghost avatar Oct 07 '17 14:10 ghost

This ticket hasn't been given much information but I believe the original author was wanting something similar to me.

Currently pod try downloads the demo project and installs the pod to a temporary path in a random location. It would be useful if there was an option on pod try to specify that this is done in a supplied path or in the current working directory.

Secondly, when you run pod try it automatically opens the workspace in XCode for you. It would be useful if there was an option to tell it not to do this.

As it stands pod try is only useful if a person is typing the command in the terminal. Implementing the two ideas above would make it useful for use in scripts. For example, it would be nice to write a script that downloads my demo app and then performs a series of tests to check that the demo app is working correctly as part of validating a customer's experience with my pod.

richardsimkins avatar Nov 13 '20 12:11 richardsimkins