Class: Pod::Prebuild::Passer

Inherits:
Object
  • Object
show all
Defined in:
lib/cocoapods-binary-cache/pod-binary/helper/passer.rb

Overview

Pass the data between the 2 steps

At step 2, the normal pod install, it needs some info of the prebuilt step. So we store it here.

Instance Method Summary collapse

Instance Method Details

#prebuild_pods_changesAnalyzer::SpecsState

indicate the add/remove/update of prebuit pods

Returns:

  • (Analyzer::SpecsState)


14
# File 'lib/cocoapods-binary-cache/pod-binary/helper/passer.rb', line 14

class_attr_accessor :prebuild_pods_changes

#target_names_to_skip_integration_frameworkArray<String>

Some pod won’t be build in prebuild stage even if it have ‘binary=>true`. The targets of this pods have `oshould_build? == true`. We should skip integration (patch spec) for this pods

Returns:

  • (Array<String>)


21
# File 'lib/cocoapods-binary-cache/pod-binary/helper/passer.rb', line 21

class_attr_accessor :target_names_to_skip_integration_framework