102 Commits

Author SHA1 Message Date
Erik Little
752407fb67
More documentation 2017-09-29 22:09:38 -04:00
Erik Little
4dcfcc2a84
Fix warnings 2017-09-20 11:19:15 -04:00
Erik Little
04ba1aa1c5
Update proj for swift 4 2017-09-19 20:07:12 -04:00
Erik Little
358e44a436
Update xcodeproj after rebase 2017-09-19 20:07:12 -04:00
Steven Thompson
757bfdc867 Removed Test Coverage from iOS scheme 2017-09-05 16:33:09 -07:00
Erik Little
079c8e4e4c
Rename directory to SocketIO 2017-08-17 23:10:30 -04:00
Erik Little
e6a2605c53
faq doesn't need to be in the project 2017-08-17 22:54:53 -04:00
Erik Little
c1d8158ba5
Reorganize files 2017-08-17 22:53:38 -04:00
Erik Little
818f82aaa5
Add faqs page 2017-08-17 12:38:10 -04:00
Erik
b3ea49f7fd
Make Starscream a dependency 2017-07-16 10:34:45 -04:00
Erik
c6dd1fb19b
add missing updates 2017-07-02 11:32:56 -04: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