You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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")
The text was updated successfully, but these errors were encountered:
@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")
The text was updated successfully, but these errors were encountered: