Method: XCCache::SPM::Package::Proxy#prepare

Defined in:
lib/xccache/spm/pkg/proxy.rb

#prepare(options = {}) ⇒ Object



20
21
22
23
24
25
# File 'lib/xccache/spm/pkg/proxy.rb', line 20

def prepare(options = {})
  xccache_proxy.run("gen-umbrella")
  umbrella.resolve
  invalidate_cache(sdks: options[:sdks])
  gen_proxy
end