class Xcodeproj::Project::Object::AbstractBuildPhase

def build_file(file_ref)

Returns:
  • (PBXBuildFile) - the first build file associated with the given
def build_file(file_ref)
  (file_ref.referrers & files).first
end