spaceship/lib/spaceship/connect_api/client.rb in fastlane-2.150.3 vs spaceship/lib/spaceship/connect_api/client.rb in fastlane-2.151.0
- old
+ new
@@ -26,10 +26,9 @@
hostname = "https://api.appstoreconnect.apple.com/v1/"
@client = Faraday.new(hostname, options) do |c|
c.response(:json, content_type: /\bjson$/)
- c.response(:xml, content_type: /\bxml$/)
c.response(:plist, content_type: /\bplist$/)
c.use(FaradayMiddleware::RelsMiddleware)
c.adapter(Faraday.default_adapter)
c.headers["Authorization"] = "Bearer #{token.text}"