class Pod::Installer::PostInstallHooksContext
Attributes
aggregate_targets[RW]
Public Class Methods
generate(sandbox, aggregate_targets)
click to toggle source
# File lib/cocoapods-hmap-prebuilt/pod_context_hook.rb, line 13 def generate(sandbox, aggregate_targets) context = old_generate(sandbox, aggregate_targets) UI.info "- generate method of post install hook context hooked" context.aggregate_targets = aggregate_targets context end
Also aliased as: old_generate, old_generate