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
Erik
32e1f55394
work on side effect tests
2015-10-11 13:11:18 -04:00
Erik
a88a859750
rename socketnamespaceemittest
2015-10-11 12:08:17 -04:00
Erik
aaefdd0a2e
change tests to socketpacket tests
2015-10-11 12:07:24 -04:00
Erik
84499d4c21
start working on tests
2015-10-07 12:01:55 -04:00
Erik
bfe54f8df7
start work on seperating socket client and engine so they can be tested
2015-10-07 11:16:35 -04:00
NachoSoto
a11533b61f
Enabled Bitcode
2015-10-05 05:03:55 +00:00
Erik
66455f3e1b
add namespace polling ack test
2015-09-28 14:37:51 -04:00
Erik
5d867f4f65
add namespace polling emit test
2015-09-28 14:36:03 -04:00
Erik
1ad87bdb0d
add polling ack tests
2015-09-28 13:41:05 -04:00
Erik
14dc5957fc
add tests for just polling
2015-09-28 12:57:29 -04:00
Erik
3791b9c112
isolate namespace and regular sockets
2015-09-26 11:56:24 -04:00
Erik
a5d40c4479
merge master
2015-09-25 11:36:26 -04:00
Erik
31fbe1040d
remove tv, check tv branch
2015-09-25 11:31:54 -04:00
Erik
c0afc006e3
Revert "remove tv support, it causes some problems"
...
This reverts commit ded625aaef08a42711000615474af384ff46bc39.
2015-09-25 11:29:41 -04:00
Erik
fe0d5d835f
don't sign mac
2015-09-25 11:25:20 -04:00
Erik
ded625aaef
remove tv support, it causes some problems
2015-09-25 11:21:37 -04:00
Erik
54e0b6c189
switch to mac tests
2015-09-25 11:20:27 -04:00
Erik
f464eba995
tweaks
2015-09-18 11:52:35 -04:00
Erik
67afbcbd56
mess around with api
2015-09-16 12:46:19 -04:00
Erik
0e0d47b6ed
Refactor engine polling. Change SocketGenericParser to SocketStringReader
2015-09-12 17:04:34 -04:00
NachoSoto
07f9d4f548
Added support for tvOS
...
## Changes:
- Duplicated target for both framework and tests.
- Set the right platform on new targets.
- Changed `tvOS` framework target product name to `SocketIO`.
- Changed targets `plist`s to use the existing ones, and removed the copies.
- Configured scheme to use the right test target.
- Shared scheme.
- Verified `tvOS` tests pass.
2015-09-12 00:15:07 +00:00
Erik
520a765c22
fix file location
2015-09-08 08:36:35 -04:00
Lukas Schmidt
222f622d3a
use optionals instead of try/catch
2015-09-07 21:29:51 +02:00
Lukas Schmidt
2bd612e47a
refactor, make use of try catch
2015-09-07 15:08:10 +02:00
Lukas Schmidt
de0d0b8676
socket parser Test
2015-09-06 20:04:10 +02:00
Lukas Schmidt
e79199d2e6
SocketAckManagerTest
2015-09-05 18:48:56 +02:00
Lukas Schmidt
e19a28684b
code signing
2015-08-31 22:27:01 +02:00
NachoSoto
2a7ec38d48
Using new Xcode 7 -Owholemodule optimization setting
2015-08-27 04:21:06 +00:00
Erik
2cafec6f12
move enum, better description
2015-08-14 16:20:43 -04:00
Lukas Schmidt
f0b4f077d4
fix crash
2015-08-02 17:44:06 +02:00
Lukas Schmidt
1b08411ed4
refactored iOS testcases
...
Add test cases for complex data structure (JSON, multiple data emit)
without binary Buffer attached
2015-08-02 17:29:16 +02:00
Lukas Schmidt
4086ce7d75
relocate test cases for better understanding
2015-08-02 15:07:05 +02:00
Lukas Schmidt
30cf2bb67a
namespace tests
2015-07-28 14:46:30 +02:00
Lukas Schmidt
b1b9a7edaf
more tests
2015-07-28 14:25:15 +02:00