Class: PBXBuildFile

Inherits:
PBXObject show all
Defined in:
lib/pbxplorer.rb

Instance Attribute Summary

Attributes inherited from PBXObject

#project_file, #uuid

Instance Method Summary collapse

Methods inherited from PBXObject

filter, #initialize, #inspect, objects_of_class

Methods inherited from Hash

#to_pbx_plist

Constructor Details

This class inherits a constructor from PBXObject

Instance Method Details

#file_refObject



65
66
67
# File 'lib/pbxplorer.rb', line 65

def file_ref
  self.project_file.object_with_uuid self["fileRef"]
end

#helpObject



69
70
71
72
# File 'lib/pbxplorer.rb', line 69

def help
  puts "file_ref = build_file.file_ref"
  PBXFileReference
end