hfossli / SocketIO-Client-CPP-iOS-Builds

Static library builds for https://github.com/socketio/socket.io-client-cpp
MIT License
6 stars 1 forks source link

Socket.IO C++ Client Builds

Static libraries for the Socket.IO C++ client.

Cocoapods

pod 'SocketIO-Client-CPP'

For maintainers of this repo only

When publishing a new version you need to

Creating the static libraries

Use the static libraries generated by following this example.

Create one for

Join the debug libraries and the release libraries with e.g.

libtool -static -o libUniversalRelease.a Release-iphoneos/libsioclient.a Release-iphonesimulator/libsioclient.a
libtool -static -o libUniversalDebug.a Debug-iphoneos/libsioclient.a Debug-iphonesimulator/libsioclient.a