Method: Xcodeproj::Project::Object::PBXFileReference#build_files

Defined in:
lib/xcodeproj/project/object/file_reference.rb

#build_filesArray<PBXBuildFile>

Returns the build files associated with the current file reference.

Returns:

  • (Array<PBXBuildFile>)

    the build files associated with the current file reference.



207
208
209
# File 'lib/xcodeproj/project/object/file_reference.rb', line 207

def build_files
  referrers.grep(PBXBuildFile)
end