Sha256: 6a575909ac962ea4bf8e256fb6df7bc870d65c24b0ec6d4dad6814299725efea
Contents?: true
Size: 617 Bytes
Versions: 456
Compression:
Stored size: 617 Bytes
Contents
module Scan class Manager def work(options) Scan.config = options # Also print out the path to the used Xcode installation # We go 2 folders up, to not show "Contents/Developer/" values = Scan.config.values(ask: false) values[:xcode_path] = File.expand_path("../..", FastlaneCore::Helper.xcode_path) FastlaneCore::PrintTable.print_values(config: values, hide_keys: [:destination, :slack_url], title: "Summary for scan #{Fastlane::VERSION}") return Runner.new.run end end end
Version data entries
456 entries across 456 versions & 1 rubygems