This repository has been archived by the owner on Apr 19, 2021. It is now read-only.
Releases: livio/SuperSocket
Releases · livio/SuperSocket
v8.2.0 - Back to the Mac
- Now includes a Mac Target in addition to the iOS target (thanks @edwardaux)
- Some general cleanup of code style
v8.1.0
- Fixes / Added API from CocoaAsyncSocket
v8.0.2
FIX
- Files that should have been marked public are now marked public
v8.0.1
Fix: Public import header <SuperSocket/SuperSocket.h> now imports the correct files.
v8.0.0 – SuperSocket
- Updated name, classes, files, etc. to match the SuperSocket name
- Updated initializers to use
instancetype
- Split out classes and protocols into separate files
- Specify delegate type using
id<delegate>
instead of merelyid
- Uses Xcode 7 generics
7.5.0: Framework
- Fork from home repo
- Build into a Carthage compatible framework
- Remove old code and examples
- Remove vendored CocoaLumberjack library