gym/lib/gym/manager.rb in fastlane-2.71.0 vs gym/lib/gym/manager.rb in fastlane-2.71.1
- old
+ new
@@ -5,9 +5,10 @@
# Also print out the path to the used Xcode installation
# We go 2 folders up, to not show "Contents/Developer/"
values = Gym.config.values(ask: false)
values[:xcode_path] = File.expand_path("../..", FastlaneCore::Helper.xcode_path)
+
FastlaneCore::PrintTable.print_values(config: values,
hide_keys: [],
title: "Summary for gym #{Fastlane::VERSION}")
return Runner.new.run