lib/gym/manager.rb in gym-0.5.0 vs lib/gym/manager.rb in gym-0.6.0
- old
+ new
@@ -17,10 +17,10 @@
rows << ["Workspace", config[:workspace]] if config[:workspace]
rows << ["Scheme", config[:scheme]] if config[:scheme]
rows << ["Configuration", config[:configuration]] if config[:configuration]
rows << ["Archive Path", config[:archive_path]] if config[:archive_path]
rows << ["Platform", Gym.project.ios? ? "iOS" : "Mac"]
- rows << ["Xcode Path", Gym.xcode_path.gsub("/Contents/Developer", "")]
+ rows << ["Xcode Path", Xcode.xcode_path.gsub("/Contents/Developer", "")]
puts ""
puts Terminal::Table.new(
title: "Building Application 🚀".green,
rows: rows