Method: Xcodeproj::Project::Object::PBXShellScriptBuildPhase#shell_path
- Defined in:
- lib/xcodeproj/project/object/build_phase.rb
#shell_path ⇒ String
Note:
Defaults to /bin/sh.
Returns the path to the script interpreter.
322 |
# File 'lib/xcodeproj/project/object/build_phase.rb', line 322 attribute :shell_path, String, '/bin/sh' |