Class: Pod::Installer::PostInstallHooksContext

Inherits:
Object
  • Object
show all
Defined in:
lib/cocoapods-imy-bin/post_install_hook.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#aggregate_targetsObject

Returns the value of attribute aggregate_targets.



47
48
49
# File 'lib/cocoapods-imy-bin/post_install_hook.rb', line 47

def aggregate_targets
  @aggregate_targets
end

Class Method Details

.generate(sandbox, pods_project, aggregate_targets) ⇒ Object



48
49
50
51
52
53
# File 'lib/cocoapods-imy-bin/post_install_hook.rb', line 48

def self.generate(sandbox, pods_project, aggregate_targets)
  context = super
  UI.info "[#] generate method of post install hook context override"
  context.aggregate_targets = aggregate_targets
  context
end