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
47 48 49 50 51 |
# File 'lib/cocoapods-podgenerate/patches/installer_patch.rb', line 47 def self.apply Pod::UI. '[cocoapods-podgenerate] Applying InstallerPatch v4' Pod::Installer.prepend(ForceIncrementalInstall) Pod::Installer::Xcode::PodsProjectGenerator.prepend(ParallelInstall) end |