./lib/shenzhen/plugins/itunesconnect.rb in shenzhen-0.14.2 vs ./lib/shenzhen/plugins/itunesconnect.rb in shenzhen-0.14.3
- old
+ new
@@ -113,13 +113,9 @@
say_error "Missing iTunes Connect password" and abort unless @password
Security::GenericPassword.add(Shenzhen::Plugins::ITunesConnect::ITUNES_CONNECT_SERVER, @account, @password, {:U => nil}) if options.save_keychain
end
- unless /^[0-9a-zA-Z]*$/ === @password
- say_warning "Password contains special characters, which may not be handled properly by iTMSTransporter. If you experience problems uploading to iTunes Connect, please consider changing your password to something with only alphanumeric characters."
- end
-
parameters = []
parameters << :warnings if options.warnings
parameters << :errors if options.errors
client = Shenzhen::Plugins::ITunesConnect::Client.new(@file, apple_id, options.sdk, @account, @password, parameters)