Method: XCCache::SPM::Macro#initialize

Defined in:
lib/xccache/spm/macro.rb

#initialize(options = {}) ⇒ Macro

Returns a new instance of Macro.



8
9
10
11
12
# File 'lib/xccache/spm/macro.rb', line 8

def initialize(options = {})
  super
  @library_evolution = false # swift-syntax is not compatible with library evolution
  @macosx_sdk = Swift::Sdk.new(:macosx)
end