Sha256: d179744e13206b2eb25e0aef2590b55745019b845b1e0e2d5a10e85fca98ad7a
Contents?: true
Size: 305 Bytes
Versions: 8
Compression:
Stored size: 305 Bytes
Contents
require 'xcodeproj' module Xcake module Context attr_accessor :object_hash def object_hash @object_hash ||= {} end def native_object_for(dsl_object) object_hash[dsl_object] ||= create_object_for(dsl_object) end def file_reference_for_path(path) end end end
Version data entries
8 entries across 8 versions & 1 rubygems