92 Commits

Author SHA1 Message Date
Shane Cowherd
46d982d4df Migrated the Socket.IO 1.X build to Swift 4 2018-01-05 08:29:49 -07:00
Erik
bd192b9af5
merge development 2016-08-31 18:13:31 -04:00
Erik
4a9013d986
bump version 2016-08-27 11:10:56 -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
Derek Clarkson
518c256cc2 Renamed modules to make then consistent.
Remove base sources from test compiles.
2016-08-15 12:18:02 +10:00
Erik
b8d6c28ae4
merge development 2016-08-14 10:51:44 -04:00
Erik
e2bf84f576
Add SocketIOClientConfiguration 2016-08-13 14:55:33 -04:00
Erik
10d24c47ec
api extensions doesn't seem to fail for me 2016-07-24 09:52:44 -04:00
Erik Little
af77e984ab
don't use api extensions only 2016-07-22 09:13:03 -04: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
Adam Putinski
f214de1407 Use Legacy Swift Language Version 2016-07-19 22:37:56 -04:00
Adam Putinski
559fbc0286
Enable APPLICATION_EXTENSION_API_ONLY 2016-07-19 09:15:28 -04:00
Adam Putinski
3828211446 Enable APPLICATION_EXTENSION_API_ONLY 2016-07-13 06:34:02 -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
Erik
17d3e659c1 refactor some serialization into methods 2016-07-01 15:36:06 -04:00
Erik
7c3de9f30a even more xcode 8 stuff. style changes 2016-06-15 10:13:44 -04:00
Erik
9a4ec5a82a xcode 8 2016-06-14 20:41:59 -04:00
Erik
6f21059ff8 work on experimental manager 2016-06-11 12:38:35 -04:00
Erik
58a5a17464 Move websocket to subfolder, don't combine websocket files 2016-06-09 09:28:40 -04:00
Erik
ee24943c72 remove ios tests folder 2016-05-24 11:26:50 -04:00
Erik
7e23597351 no longer need swiftregex 2016-05-05 13:19:26 -04:00
Yannick Loriot
9ff90f511e Fixing url encoding for connect params 2016-05-04 12:56:14 +02:00
Erik
e1865e3f94 rename file 2016-04-16 10:43:20 -04:00
Erik
1a5ac74984 Merge branch 'master' into development
* master:
  set targetted device family to 3
  use 7.3 image
2016-03-25 17:02:52 -04:00
Kyle Craig
293d71bf97 set targetted device family to 3 2016-03-25 15:54:57 -05:00
Erik
2f1f77141e add test for objc api 2016-03-25 10:00:14 -04:00
Erik
fe9ee602e7 add option for toggling double encoding utf8 2016-02-15 10:43:21 -05:00
Erik
03d5f56114 merge master 2016-01-17 08:48:34 -05:00
Erik
731c8a851b first pass at refactoring engine 2016-01-15 13:17:13 -05:00
Erik
de3ca964ab work on standardizing module name 2016-01-14 16:01:46 -05:00
Erik
fe02b8eff2 change socketparser into a protocol 2016-01-03 13:11:18 -05:00
Erik
1aacab2567 use testable 2015-12-25 10:22:59 -05:00
Erik
a28fda392c move test files 2015-12-25 10:11:00 -05:00
NachoSoto
85cf6c48b1 Explicitly setting deployment target for to watchOS 2.0 and tvOS 9.0
Before this change, they would default to `watchOS 2.1` and `tvOS 9.1` in `Xcode 7.2`.
2015-12-10 00:20:05 +00:00
Erik
e2f89d82e4 rename source directory 2015-12-03 14:25:23 -05:00
Erik
e0c794cb9f refactoring 2015-11-17 12:34:22 -05:00
Erik
47fd0e386f further decouple engine and client 2015-10-29 18:25:45 -04:00
NachoSoto
8f27b0d021 Added target and scheme for tvOS
Fixes #221

```
Test Suite 'SocketIO-tvOSTests.xctest' passed at 2015-10-22 17:21:34.436.
	 Executed 56 tests, with 0 failures (0 unexpected) in 0.817 (0.867) seconds
Test Suite 'All tests' passed at 2015-10-22 17:21:34.437.
	 Executed 56 tests, with 0 failures (0 unexpected) in 0.817 (0.868) seconds
````
2015-10-23 00:22:35 +00:00
Erik
e137e66592 turn off bitcode on os x 2015-10-22 09:57:06 -04:00
Erik
6c6084705e rename file 2015-10-18 15:36:06 -04:00
Erik
40ac53844d mess around with a more type safe way to set options 2015-10-17 14:49:41 -04:00
Erik
17fb142083 remove old stuff. change test name 2015-10-15 15:29:03 -04:00
Erik
66674aae78 start work on engine tests 2015-10-15 15:15:18 -04:00
Erik
395dc48287 Merge branch 'master' into travis
* master:
  bump version
  try and fix carthage builds
  bump version:
2015-10-15 14:09:46 -04:00
Erik
ad7043c918 try and fix carthage builds 2015-10-15 14:01:52 -04:00
Erik
ab8de6932c Merge branch 'master' into travis
* master:
  change code signing
2015-10-13 12:52:03 -04:00
Erik
c101a04845 change code signing 2015-10-13 12:51:46 -04:00
Erik
3d06b7dbad merge master 2015-10-13 12:32:15 -04:00