socket.io-client-swift/SocketIO-MacTests
David Beck 536367392f Switch to using Any instead of AnyObject
In Swift 3 AnyObject is rarely what you want to use. Objective-C API gets imported as Any and while types like Array and Dictionary can be coerced to AnyObject, they prefer Any, which doesn’t require a manual cast.
2016-08-23 10:10:33 -07:00
..
Info.plist change socketparser into a protocol 2016-01-03 13:11:18 -05:00
SocketAckManagerTest.swift Switch to using Any instead of AnyObject 2016-08-23 10:10:33 -07:00
SocketBasicPacketTest.swift Switch to using Any instead of AnyObject 2016-08-23 10:10:33 -07:00
SocketEngineTest.swift Switch to using Any instead of AnyObject 2016-08-23 10:10:33 -07:00
SocketIOClientConfigurationTest.swift merge development 2016-08-14 10:51:44 -04:00
SocketNamespacePacketTest.swift Switch to using Any instead of AnyObject 2016-08-23 10:10:33 -07:00
SocketObjectiveCTest.m merge development 2016-08-14 10:51:44 -04:00
SocketParserTest.swift Switch to using Any instead of AnyObject 2016-08-23 10:10:33 -07:00
SocketSideEffectTest.swift Switch to using Any instead of AnyObject 2016-08-23 10:10:33 -07:00