Module: Pod::PodGenerate::Patches::UserIntegratorPatch

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

Defined Under Namespace

Modules: ParallelIntegration

Class Method Summary collapse

Class Method Details

.applyObject



21
22
23
24
# File 'lib/cocoapods-podgenerate/patches/user_integrator_patch.rb', line 21

def self.apply
  Pod::UI.message '[cocoapods-podgenerate] Applying UserIntegratorPatch (parallel client integration)'
  Pod::Installer::UserProjectIntegrator.prepend(ParallelIntegration)
end