Method: XcodeUtils::Command::Carthage::Clean#run

Defined in:
lib/xcutils/carthage.rb

#runObject



48
49
50
51
# File 'lib/xcutils/carthage.rb', line 48

def run
  XcodeUtils::Carthage::XcodeConfig.new.clean
  system("rm -rf ./Carthage")
end