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

Version Path
xcake-0.7.1 lib/xcake/context.rb
xcake-0.7.0 lib/xcake/context.rb
xcake-0.6.25 lib/xcake/context.rb
xcake-0.6.24 lib/xcake/context.rb
xcake-0.6.23 lib/xcake/context.rb
xcake-0.6.22 lib/xcake/context.rb
xcake-0.6.21 lib/xcake/context.rb
xcake-0.6.20 lib/xcake/context.rb