NachoSoto
4325b6d139
Add support for xrOS
2023-06-24 16:00:11 -07:00
NachoSoto
66eca437b8
Disabled Bitcode for Xcode 14
2023-06-24 15:58:52 -07:00
NachoSoto
eb9de532f1
Fixed build phases order in target
...
See [Xcode 10's known issues](https://developer.apple.com/documentation/xcode-release-notes/build-system-release-notes-for-xcode-10 ) in the release notes:
> Targets with Copy Headers build phases ordered after Compile Sources build phases may fail to build and emit a diagnostic regarding build cycles. (39880168)
>*Workaround*: Arrange any Copy Headers build phases before Compile Sources build phases.
This has been an issue for nearly 4 years, and now with Xcode 13.3 it leads to `XCBBuildService` to crash consistently.
2022-04-18 20:16:09 +02:00
NachoSoto
c6d28246ea
Updated project to use XCFramework
...
This enables support for macCatalyst
2021-11-02 11:05:38 -07:00
NachoSoto
f4f071551f
Added support for Mac Catalyst
2021-10-29 19:50:45 -07:00
Erik Little
6b80f75ec8
Merge branch 'development'
...
* development:
Update and gen docs
prepare podspec for release
Regenerate docs
update docs, remove other prints
remove print
Support both v2 and v3
Start working on migration guide
update docs
Add ability to send payload with connect
more CocoaPods testing
CocoaPods testing
Fix tests
Better timeouts
Support socket.io 3 + starscream 4
update examples for new operator
Add some helpful operators
fix swift syntax highlighting
show how to test for ack timeouts
2021-02-01 09:30:30 -05:00
Erik Little
ce4de49d50
more CocoaPods testing
2020-11-07 17:34:16 -05:00
Erik Little
b130231f4e
CocoaPods testing
2020-11-07 17:16:48 -05:00
Erik Little
9433f60557
Merge pull request #1165 from petergp/feature/allow-app-extension-api-only
...
Enabled allow app extension api only
2020-11-07 12:49:25 -05:00
Erik Little
7219906306
swift 5
2019-03-26 12:20:34 -04:00
Peter Gammelgaard Poulsen
0df634a586
Enabled allow app extension api only
2019-03-05 20:52:03 +01:00
Erik Little
f407beab99
Fix #1147
2019-01-11 12:39:54 -05:00
Erik Little
0d8890defd
update xcode settings
2018-10-04 06:55:05 -04:00
Erik Little
948ea5fa00
rename SocketBinaryView
2018-03-30 14:37:15 -04:00
Erik Little
4564aebec1
Add way to skip binary inspection.
...
Still a WIP. ACKs still don't have a way to bypass
2018-03-30 14:16:54 -04:00
Erik Little
0a27b2ea10
Enable bitcode in debug
2017-11-23 12:12:52 -05:00
Erik Little
fa60b9a80a
Enable bitcode for select sdks
2017-11-23 11:56:14 -05:00
Erik Little
5b52edd880
Add SocketManager for multiplexing namespaces
2017-10-21 17:17:29 -04:00
Erik Little
953bc09bf3
remove some debug prints
2017-10-07 14:13:47 -04:00
Erik Little
7b9997b111
target watchos
2017-10-07 13:34:27 -04:00
Erik Little
98a8e4f7f8
Rename header file; add armv7k arch
2017-10-07 13:27:24 -04:00
Erik Little
18b1c65c7c
make single target
2017-10-07 12:59:12 -04:00
Erik Little
0d6c7ece04
remove old group
2017-10-07 11:19:54 -04:00
Erik Little
07dc3e4040
bump starscream version
2017-10-07 11:12:47 -04:00
Erik Little
45955aec4a
more test restructuring
2017-10-05 13:11:15 -04:00
Erik Little
2865c72748
Restructure tests
2017-10-05 13:03:45 -04:00
Erik Little
fb02d154e1
Go back to Starscream 2.1.1
...
Add objc
Fix some warnings
2017-10-01 08:36:13 -04:00
Lukas Schmidt
883b0f3ba4
Fixes Mac build
2017-09-30 18:09:03 -04:00
Lukas Schmidt
6bff01a3b5
Proof of concept
2017-09-30 18:09:02 -04:00
Erik Little
ca4261d8ca
work on fixing for latest version
2017-09-29 23:09:36 -04:00
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
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
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