Class: Pod::Installer

Inherits:
Object
  • Object
show all
Defined in:
lib/cocoapods/youku/environment/cocoapods_fastbuild.rb

Instance Method Summary collapse

Instance Method Details

#install!Object



35
36
37
38
39
40
41
42
43
44
45
46
# File 'lib/cocoapods/youku/environment/cocoapods_fastbuild.rb', line 35

def install!
    old_fb_install!

   #mark for youku
    if ENV["POD_FASTBUILD_MODE"]
        editscript =`sh fb.sh`
        if editscript
           puts (("[FASTBUILD] success modify xconfig ").magenta)
        end
    end
   #mark youku end
end

#old_fb_install!Object



34
# File 'lib/cocoapods/youku/environment/cocoapods_fastbuild.rb', line 34

alias_method :old_fb_install!, :install!