lib/pilot/manager.rb in pilot-1.2.1 vs lib/pilot/manager.rb in pilot-1.3.0
- old
+ new
@@ -38,10 +38,10 @@
return @apple_id if @apple_id
config[:app_identifier] = fetch_app_identifier
if config[:app_identifier]
@app ||= Spaceship::Application.find(config[:app_identifier])
- raise "Couldn't find app '#{config[:app_identifier]}' on the account of '#{config[:username]}'".red unless @app
+ raise "Couldn't find app '#{config[:app_identifier]}' on the account of '#{config[:username]}' on iTunes Connect".red unless @app
app_id ||= @app.apple_id
end
app_id ||= ask("Could not automatically find the app ID, please enter it here (e.g. 956814360): ")