Module: Xcake::Context

Included in:
XcodeprojContext
Defined in:
lib/xcake/context.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#object_hashObject

Returns the value of attribute object_hash.



5
6
7
# File 'lib/xcake/context.rb', line 5

def object_hash
  @object_hash
end

Instance Method Details

#file_reference_for_path(path) ⇒ Object



15
16
# File 'lib/xcake/context.rb', line 15

def file_reference_for_path(path)
end

#native_object_for(dsl_object) ⇒ Object



11
12
13
# File 'lib/xcake/context.rb', line 11

def native_object_for(dsl_object)
  object_hash[dsl_object] ||= create_object_for(dsl_object)
end