Module: Pod::PodGenerate::Patches::UserIntegratorPatch
- Defined in:
- lib/cocoapods-podgenerate/patches/user_integrator_patch.rb
Defined Under Namespace
Modules: ParallelIntegration
Constant Summary collapse
- IGNORED_KEYS =
%w(CODE_SIGN_IDENTITY).freeze
- INHERITED_FLAGS =
%w($(inherited) ${inherited}).freeze
Class Method Summary collapse
Class Method Details
.apply ⇒ Object
27 28 29 30 |
# File 'lib/cocoapods-podgenerate/patches/user_integrator_patch.rb', line 27 def self.apply Pod::UI. '[cocoapods-podgenerate] Applying UserIntegratorPatch v2 (parallel client integration + xcconfig warnings)' Pod::Installer::UserProjectIntegrator.prepend(ParallelIntegration) end |