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

Is it possible to add build phase from pbxproj command #163

Open
jkmathew opened this issue Jul 11, 2017 · 3 comments
Open

Is it possible to add build phase from pbxproj command #163

jkmathew opened this issue Jul 11, 2017 · 3 comments

Comments

@jkmathew
Copy link

jkmathew commented Jul 11, 2017

Is it possible to add build phase (especially runs scrip) from pbxproj command in terminal
I am expecting something like,
pbxproj --add-run-script "echo 'its here'"

I can find its doable from python code with,
project.add_run_script("something")

@kronenthaler
Copy link
Owner

Thanks for the feedback, it can be included in a future release. I can't ensure when that will happen though.

@kumarpatel
Copy link

isn't this possible via flags CLI option?

@kronenthaler
Copy link
Owner

@kumarpatel no, flags modify the configuration settings of the target. The run scripts are added on a build phase of the target.
This is marked as an enhancement that will be implemented in the future. Or feel free to contribute it with a PR.

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

No branches or pull requests

3 participants