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
Xcode is isolated from the idiosyncrasies of command line option escaping, etc
Third-parties can intercept and modify built in commands
Third-parties can create new commands within a particular build context (builder.rb)
Perhaps by introduction of a Xcode::Command class that encapsulates the command and its arguments that is then sent to the Xcode::Shell.execute() method.
The text was updated successfully, but these errors were encountered:
We now have a Xcode::Shell::Command object which represents a structured command line, but we dont have a standard approach to creating/mutating the object.
Such that:
Perhaps by introduction of a Xcode::Command class that encapsulates the command and its arguments that is then sent to the Xcode::Shell.execute() method.
The text was updated successfully, but these errors were encountered: