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