Class: Pod::Source::Manager

Inherits:
Object
  • Object
show all
Defined in:
lib/cocoapods-mtxx-bin/native/sources_manager.rb

Instance Method Summary collapse

Instance Method Details

#binary_sourceObject

二进制 source



15
16
17
18
# File 'lib/cocoapods-mtxx-bin/native/sources_manager.rb', line 15

def binary_source
  source_with_name_or_url(CBin.config.binary_repo_url)
  # source_with_name_or_url('git@github.com:Zhangyanshen/example-private-spec-bin.git')
end

#code_source_listObject

源码 source list



10
11
12
13
# File 'lib/cocoapods-mtxx-bin/native/sources_manager.rb', line 10

def code_source_list
  []
  # CBin.config.code_repo_url_list.split(";").map { |source| source_with_name_or_url(source)}
end