Monobjc.Tools.Xcode.PBXTarget.AddBuildPhase C# (CSharp) Method

AddBuildPhase() public method

Adds the build phase.
public AddBuildPhase ( PBXBuildPhase phase ) : void
phase PBXBuildPhase The phase.
return void
        public void AddBuildPhase(PBXBuildPhase phase)
        {
            this.buildPhases.Add(phase);
        }