Class: Pod::Config
- Inherits:
-
Object
- Object
- Pod::Config
- Defined in:
- lib/cocoapods-xlbuild/helper/feature_switches.rb
Overview
option to disable write lockfiles
Constant Summary collapse
- @@force_disable_write_lockfile =
false
Class Method Summary collapse
Class Method Details
.force_disable_write_lockfile(value) ⇒ Object
82 83 84 |
# File 'lib/cocoapods-xlbuild/helper/feature_switches.rb', line 82 def self.force_disable_write_lockfile(value) @@force_disable_write_lockfile = value end |