fastlane/lib/fastlane/environment_printer.rb in fastlane-2.13.0 vs fastlane/lib/fastlane/environment_printer.rb in fastlane-2.14.0
- old
+ new
@@ -215,10 +215,11 @@
"Git" => `git --version`.strip.split("\n").first,
"Installation Source" => anonymized_path($PROGRAM_NAME),
"Host" => "#{product} #{version} (#{build})",
"Ruby Lib Dir" => anonymized_path(RbConfig::CONFIG['libdir']),
"OpenSSL Version" => OpenSSL::OPENSSL_VERSION,
- "Is contained" => Helper.contained_fastlane?.to_s
+ "Is contained" => Helper.contained_fastlane?.to_s,
+ "Is homebrew" => Helper.homebrew?.to_s
}
if Helper.mac?
table_content["Xcode Path"] = anonymized_path(Helper.xcode_path)
table_content["Xcode Version"] = Helper.xcode_version