lib/gym/manager.rb in gym-0.4.6 vs lib/gym/manager.rb in gym-0.5.0

- old
+ new

@@ -15,9 +15,10 @@ 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 << ["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", "")] puts "" puts Terminal::Table.new(