diff --git a/lib/fastlane/setup.rb b/lib/fastlane/setup.rb index 731161b6e35..a72d4e1b40c 100644 --- a/lib/fastlane/setup.rb +++ b/lib/fastlane/setup.rb @@ -103,14 +103,6 @@ def ask_to_enable_other_tools end end - if @tools[:snapshot] and @tools[:deliver] - # Deliver is already installed - Helper.log.info "The 'screenshots' folder inside the 'deliver' folder will not be used.".yellow - Helper.log.info "Instead the 'screenshots' folder inside the 'fastlane' folder will be used.".yellow - Helper.log.info "Click Enter to confirm".green - STDIN.gets - end - if agree("Do you want to use 'sigh', which will maintain and download the provisioning profile for your app? (y/n)".yellow, true) @tools[:sigh] = true end