class Xcodeproj::Project::Object::PBXNativeTarget
def source_build_phase
-
(PBXSourcesBuildPhase)- the source build phase.
Other tags:
- Note: - A target should have only one source build phase.
def source_build_phase find_or_create_build_phase_by_class(PBXSourcesBuildPhase) end