Sha256: 0a1ab60bb0ae3e2bd310c77a865b8a75835fe182eb3a8388c736254b9123c7ea
Contents?: true
Size: 589 Bytes
Versions: 446
Compression:
Stored size: 589 Bytes
Contents
module Gym class Manager def work(options) Gym.config = options # 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 end end end
Version data entries
446 entries across 446 versions & 1 rubygems