Method: Xcodeproj::Project::Object::PBXBuildRule#script
- Defined in:
- lib/xcodeproj/project/object/build_rule.rb
#script ⇒ String
Note:
This attribute is present if the ##compiler_spec is com.apple.compilers.proxy.script
Returns the content of the script to use for the build rule.
78 |
# File 'lib/xcodeproj/project/object/build_rule.rb', line 78 attribute :script, String |