15 Commits

Author SHA1 Message Date
Erik Little
8042053331
bump websocket version 2016-10-27 06:37:39 -04:00
Erik Little
3e3ba60165
bump websocket version 2016-10-12 11:55:44 -04:00
Erik
8ba3518fbc
fix objective-c 2016-09-20 16:57:09 -04:00
Erik
b33e73f119
bump websocket 2016-09-19 19:00:52 -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
ddd7003d89
merge development 2016-08-11 22:08:48 -04:00
Erik
b6cb0b2c7b
bump websocket version 2016-08-08 18:24:42 -04:00
Erik
61a20cf27e
update for beta 4 2016-08-02 19:38:08 -04:00
Erik
a5db13c8b5
merge development 2016-07-29 20:06:43 -04:00
Erik Little
a9aa28ae77
make nonobjc 2016-07-27 11:50:44 -04:00
Derek Clarkson
99adb49736 More privatisation 2016-07-25 14:19:10 +10:00
Derek Clarkson
21d242ba6a Making publicKeyChainForTrust() private.
To Fixing issue when attempting to build for a objective-c project. Exposed API won’t compile so hiding internal method.
2016-07-25 13:41:26 +10:00
Erik
4ad3a884a6
merge development 2016-07-20 11:39:37 -04:00
Erik
7fb2193032
fix swiftpm 2016-07-20 11:22:05 -04:00