Module: Pod::PodGenerate::Patches::InstallerPatch

Defined in:
lib/cocoapods-podgenerate/patches/installer_patch.rb

Defined Under Namespace

Modules: ParallelInstall

Class Method Summary collapse

Class Method Details

.applyObject



16
17
18
19
# File 'lib/cocoapods-podgenerate/patches/installer_patch.rb', line 16

def self.apply
  Pod::UI.message '[cocoapods-podgenerate] Applying InstallerPatch (optimized integration)'
  Pod::Installer::Xcode::PodsProjectGenerator.prepend(ParallelInstall)
end