socketio / socket.io-client-swift

Other
5.21k stars 839 forks source link

Fix Starscream to version 4.0.4 #1451

Closed IvanGamov closed 1 year ago

tumata commented 1 year ago

Could someone instead of fixing the version to 4.0.4 fix socket.io-client-swift so that it stops supporting iOS 10?

This is causing our pod to fail during pod push because we cannot use the podfileto override the minimum deployment version of the socket.io target (we're building a pod, not a top-level app).

Anyways iOS 10 isn't supported by Xcode anymore.

@IvanGamov