-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump and specify MeshPipe dependency version
* New MeshPipe has improved async UDP * Podspec should have explicit dependency versions * New MeshPipe uses submodules instead of embedded dependencies for GZIP and AsyncSocket — adapt example projects
- Loading branch information
Showing
3 changed files
with
39 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule MeshPipe
updated
11 files
+25 −0 | .gitignore | |
+6 −0 | .gitmodules | |
+1 −0 | Libraries/CocoaAsyncSocket | |
+1 −0 | Libraries/GZIP | |
+10 −9 | MeshPipe.podspec | |
+42 −16 | MeshPipe.xcodeproj/project.pbxproj | |
+0 −368 | MeshPipe/AsyncUdpSocket.h | |
+0 −2,313 | MeshPipe/AsyncUdpSocket.m | |
+0 −44 | MeshPipe/GZIP.h | |
+0 −159 | MeshPipe/GZIP.m | |
+69 −47 | MeshPipe/MeshPipe.m |