6 7 8 9 10 11 12 13 14
# File 'lib/xccache/installer/use.rb', line 6 def install! update_projects do |project| perform_install do UI.section("Using cache for project #{project.display_name}".bold.green) do replace_binaries_for_project(project) end end end end