lib/gym/manager.rb in gym-0.7.3 vs lib/gym/manager.rb in gym-0.8.0

- old
+ new

@@ -15,9 +15,14 @@ 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] + + if PackageCommandGenerator.generator == PackageCommandGeneratorXcode7 + rows << ["Export Method", config[:export_method]] + end + rows << ["Archive Path", config[:archive_path]] if config[:archive_path] rows << ["Platform", Gym.project.ios? ? "iOS" : "Mac"] rows << ["Xcode Path", Xcode.xcode_path.gsub("/Contents/Developer", "")] puts ""