Method: CBin::Build::Helper#initialize
- Defined in:
- lib/cocoapods-lhj-bin/helpers/build_helper.rb
#initialize(spec, platform, framework_output, zip, rootSpec, skip_archive = false, build_model = "Release") ⇒ Helper
Debug下还待完成
17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
# File 'lib/cocoapods-lhj-bin/helpers/build_helper.rb', line 17 def initialize(spec, platform, framework_output, zip, rootSpec, skip_archive = false, build_model="Release") @spec = spec @platform = platform @build_model = build_model @rootSpec = rootSpec @isRootSpec = rootSpec.name == spec.name @skip_archive = skip_archive @framework_output = framework_output @zip = zip @framework_path end |