module Pod::Podfile::DSL
Public Class Methods
enable_user_defined_build_types()
click to toggle source
# File lib/cocoapods-user-defined-build-types/main.rb, line 9 def self.enable_user_defined_build_types @@enable_user_defined_build_types end
Public Instance Methods
enable_user_defined_build_types!()
click to toggle source
# File lib/cocoapods-user-defined-build-types/main.rb, line 13 def enable_user_defined_build_types! @@enable_user_defined_build_types = true end