spaceship/lib/spaceship/spaceauth_runner.rb in fastlane-2.98.0 vs spaceship/lib/spaceship/spaceauth_runner.rb in fastlane-2.99.0
- old
+ new
@@ -12,20 +12,20 @@
@username ||= ask("Username: ")
end
def run
begin
- puts("Logging into to iTunes Connect (#{@username})...")
+ puts("Logging into to App Store Connect (#{@username})...")
Spaceship::Tunes.login(@username)
- puts("Successfully logged in to iTunes Connect".green)
+ puts("Successfully logged in to App Store Connect".green)
puts("")
rescue
- puts("Could not login to iTunes Connect".red)
+ puts("Could not login to App Store Connect".red)
puts("Please check your credentials and try again.".yellow)
- puts("This could be an issue with iTunes Connect,".yellow)
+ puts("This could be an issue with App Store Connect,".yellow)
puts("Please try unsetting the FASTLANE_SESSION environment variable".yellow)
puts("and re-run `fastlane spaceauth`".yellow)
- raise "Problem connecting to iTunes Connect"
+ raise "Problem connecting to App Store Connect"
end
itc_cookie_content = Spaceship::Tunes.client.store_cookie
# The only value we actually need is the "DES5c148586daa451e55afb017aa62418f91" cookie