Skip to main content

IosShellScriptBuildPhase Class

This class describes a shell script build phase that will be provided to the method AddShellScriptBuildPhase on the PBXProject configuration More...

Public Attributes

string name
 The name identifier to this build phase
 
string shellPath = "/bin/bash -e"
 The path for the shell executable that will run the shell script
 
string shellScript
 The path to the shell script
 
List< string > inputPaths
 The input paths that will be provided to the shell script build phase
 

Detailed Description

This class describes a shell script build phase that will be provided to the method AddShellScriptBuildPhase on the PBXProject configuration