Skip to content

Commit

Permalink
No more showing of outdated warning
Browse files Browse the repository at this point in the history
  • Loading branch information
KrauseFx committed Feb 5, 2015
1 parent ca284c7 commit a5914ff
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/fastlane/setup.rb
Expand Up @@ -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
Expand Down

0 comments on commit a5914ff

Please sign in to comment.