diff --git a/fastlane/Fastfile b/fastlane/Fastfile index d6b661d5..ecbe0550 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -270,6 +270,7 @@ platform :mac do package: "fastlane/builds/#{version}-#{build}/macOS/#{APP_NAME}.app", bundle_id: "#{DEVELOPER_APP_IDENTIFIER}", api_key: api_key, + print_log: true ) end end