Open jkmathew opened 7 years ago
Thanks for the feedback, it can be included in a future release. I can't ensure when that will happen though.
isn't this possible via flags
CLI option?
@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.
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")