Module: CocoapodsUserDefinedBuildTypes
- Defined in:
- lib/cocoapods-user-defined-build-types/main.rb,
lib/cocoapods-user-defined-build-types/gem_version.rb
Constant Summary collapse
- PLUGIN_NAME =
'cocoapods-user-defined-build-types'- LATEST_SUPPORTED_COCOAPODS_VERSION =
'1.8.4'- VERSION =
"0.0.4"- @@verbose_logging =
false
Class Method Summary collapse
Class Method Details
.verbose_log(str) ⇒ Object
30 31 32 33 34 |
# File 'lib/cocoapods-user-defined-build-types/main.rb', line 30 def self.verbose_log(str) if @@verbose_logging || ENV["CP_DEV"] Pod::UI.puts "🔥 [#{PLUGIN_NAME}] #{str}".blue end end |
.verbose_logging ⇒ Object
26 27 28 |
# File 'lib/cocoapods-user-defined-build-types/main.rb', line 26 def self.verbose_logging @@verbose_logging end |