Class: Pod::Prebuild::Passer
- Inherits:
-
Object
- Object
- Pod::Prebuild::Passer
- Defined in:
- lib/cocoapods-xlbuild/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.
Defined Under Namespace
Classes: ResourcePath
Instance Method Summary collapse
-
#prebuild_pods_changes ⇒ Analyzer::SpecsState
indicate the add/remove/update of prebuit pods.
-
#resources_to_copy_for_static_framework ⇒ Hash<String, [Passer::ResourcePath]>
Save the resoures for static framework, and used when installing the prebuild framework static framework needs copy the resurces mannully.
-
#target_names_to_skip_integration_framework ⇒ Array<String>
Some pod won't be build in prebuild stage even if it have `binary=>true`.
Instance Method Details
#prebuild_pods_changes ⇒ Analyzer::SpecsState
indicate the add/remove/update of prebuit pods
16 |
# File 'lib/cocoapods-xlbuild/helper/passer.rb', line 16 class_attr_accessor :prebuild_pods_changes |
#resources_to_copy_for_static_framework ⇒ Hash<String, [Passer::ResourcePath]>
Save the resoures for static framework, and used when installing the prebuild framework static framework needs copy the resurces mannully
28 |
# File 'lib/cocoapods-xlbuild/helper/passer.rb', line 28 class_attr_accessor :resources_to_copy_for_static_framework |
#target_names_to_skip_integration_framework ⇒ Array<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
36 |
# File 'lib/cocoapods-xlbuild/helper/passer.rb', line 36 class_attr_accessor :target_names_to_skip_integration_framework |