Class: Pod::Target

Inherits:
Object
  • Object
show all
Defined in:
lib/cocoapods-bb-PodAssistant/babybus/linkline/target-linkline.rb

Instance Method Summary collapse

Instance Method Details

#ll_rewrite_build_type(build_type) ⇒ Object

define a func to rewrite target build_type, the build_type property is private



5
6
7
8
# File 'lib/cocoapods-bb-PodAssistant/babybus/linkline/target-linkline.rb', line 5

def ll_rewrite_build_type(build_type) 
    Pod::UI.puts "#{name} rebuild :linkage => #{build_type}"
    @build_type = build_type
end