-
Notifications
You must be signed in to change notification settings - Fork 401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: Update CocoaAsyncSocket to 7.6.4 #349
build: Update CocoaAsyncSocket to 7.6.4 #349
Conversation
A better way to do this is probably to use Carthage. I tried adding CocoaAsyncSockets as a Carthage dependency, but Xcode complained because CocoaAsyncSockets.h includes an
|
I think it is fine to disable warnings for such kind of issues in project opts |
and add the lib to carthage |
This reverts commit 1f49328.
The copy of CocoaAsyncSocket in CocoaHTTPserver was 7 years old. Update to version 7.6.4, which is 3 months old.