Method: Gct::Command::Clean::Cache#run

Defined in:
lib/gct/command/clean/cache.rb

#runObject



16
17
18
19
20
# File 'lib/gct/command/clean/cache.rb', line 16

def run 
  home_path = Generator::GctFile.get_system_home_path().rstrip
  xcache_path = "#{home_path}/Library/Developer/Xcode/DerivedData/"
  `rm -rf #{xcache_path}`
end