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
.apply ⇒ Object
16 17 18 19 |
# File 'lib/cocoapods-podgenerate/patches/installer_patch.rb', line 16 def self.apply Pod::UI. '[cocoapods-podgenerate] Applying InstallerPatch (optimized integration)' Pod::Installer::Xcode::PodsProjectGenerator.prepend(ParallelInstall) end |