module CocoapodsUserDefinedBuildTypes
Constants
- LATEST_SUPPORTED_COCOAPODS_VERSION
- PLUGIN_NAME
- VERSION
Public Class Methods
plugin_enabled()
click to toggle source
# File lib/cocoapods-user-defined-build-types/main.rb, line 27 def self.plugin_enabled @@plugin_enabled end
verbose_log(str)
click to toggle source
# File lib/cocoapods-user-defined-build-types/main.rb, line 35 def self.verbose_log(str) if @@verbose_logging || ENV["CP_DEV"] Pod::UI.puts "🔥 [#{PLUGIN_NAME}] #{str}".blue end end
verbose_logging()
click to toggle source
# File lib/cocoapods-user-defined-build-types/main.rb, line 31 def self.verbose_logging @@verbose_logging end