Module: Pod::PodGenerate::Patches::InstallerPatch
- Defined in:
- lib/cocoapods-podgenerate/patches/installer_patch.rb
Defined Under Namespace
Modules: ForceIncrementalInstall, ParallelInstall
Class Method Summary collapse
Class Method Details
.apply ⇒ Object
24 25 26 27 28 |
# File 'lib/cocoapods-podgenerate/patches/installer_patch.rb', line 24 def self.apply Pod::UI. '[cocoapods-podgenerate] Applying InstallerPatch v3' Pod::Installer.prepend(ForceIncrementalInstall) Pod::Installer::Xcode::PodsProjectGenerator.prepend(ParallelInstall) end |