Module: Pod::Podfile::DSL

Defined in:
lib/cocoapods-user-defined-build-types/main.rb

Constant Summary collapse

@@enable_user_defined_build_types =
false

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.enable_user_defined_build_typesObject



9
10
11
# File 'lib/cocoapods-user-defined-build-types/main.rb', line 9

def self.enable_user_defined_build_types
  @@enable_user_defined_build_types
end

Instance Method Details

#enable_user_defined_build_types!Object



13
14
15
# File 'lib/cocoapods-user-defined-build-types/main.rb', line 13

def enable_user_defined_build_types!
  @@enable_user_defined_build_types = true
end