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