module Pod::Podfile::DSL

Public Instance Methods

all_release_package!() click to toggle source

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

# File lib/cocoapods-cafswitcher/podfile_switch.rb, line 83
def all_release_package!
  ENV['IS_RELEASE'] = '1'
end
all_source!() click to toggle source

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

# File lib/cocoapods-cafswitcher/podfile_switch.rb, line 77
def all_source!
  ENV['IS_SOURCE'] = '1'
end