14 Commits

Author SHA1 Message Date
Dmitry Preobrazhenskiy
c0a4273d5b fixup! Fix failing tests 2018-11-28 22:59:57 +02:00
Dmitry Preobrazhenskiy
add7a83a0f Fix failing tests
This is achieved by adding sorted keys with iOS 11 to the JSONSerialization
which should produce the outcome string sorted
2018-11-28 22:29:20 +02:00
Erik
31adcd4728
clean up some things before xcode8 release 2016-09-10 09:17:50 -04:00
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
Erik
3bf7a09f98
Swift 3 beta6. Doesn't work, something in websocket.swift is segfaulting the compiler 2016-08-15 18:52:25 -04:00
Erik
b8d6c28ae4
merge development 2016-08-14 10:51:44 -04:00
Erik
c364f6a832
tweaks 2016-08-14 09:58:21 -04:00
Erik
e2bf84f576
Add SocketIOClientConfiguration 2016-08-13 14:55:33 -04:00
Erik
64b9774c83
Move helper method 2016-08-13 13:32:14 -04:00
Erik
ddd7003d89
merge development 2016-08-11 22:08:48 -04:00
Erik
3ec1b93f8e
move extensions 2016-08-02 20:35:41 -04:00
Erik
61a20cf27e
update for beta 4 2016-08-02 19:38:08 -04:00
Erik
36aa57e89c beta2 2016-07-06 11:47:25 -04:00
Erik
f00ed17783 refactors, rename file 2016-07-01 15:42:13 -04:00