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_plist

Constructor Details

This class inherits a constructor from PBXObject

Instance Method Details

#file_refObject



61
62
63
# File 'lib/pbxplorer.rb', line 61

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

#helpObject



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

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