Skip to content

hfossli/SocketIO-Client-CPP-iOS-Builds

Repository files navigation

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

  • Update Headers/**
  • Replace libUniversalDebug.a
  • Replace libUniversalRelease.a
  • Update SocketIO-Client-CPP.podspec
  • $ pod lib lint
  • Create a new tag on this repo
  • $ pod trunk push

Creating the static libraries

Use the static libraries generated by following this example.

Create one for

  • release iphoneos
  • release simulator
  • debug iphoneos
  • debug simulator

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 

About

Static library builds for https://github.com/socketio/socket.io-client-cpp

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •