Module: Pod::Podfile::DSL

Defined in:
lib/cocoapods-cafswitcher/podfile_switch.rb

Instance Method Summary collapse

Instance Method Details

#all_release_package!Object

Enable release package for all pods it has a lower priority to other binary settings



83
84
85
# File 'lib/cocoapods-cafswitcher/podfile_switch.rb', line 83

def all_release_package!
  ENV['IS_RELEASE'] = '1'
end

#all_source!Object

Enable code for all pods it has a lower priority to other binary settings



77
78
79
# File 'lib/cocoapods-cafswitcher/podfile_switch.rb', line 77

def all_source!
  ENV['IS_SOURCE'] = '1'
end