ursachec / CPAProxy

A thin Objective-C wrapper around Tor.
Other
161 stars 49 forks source link

Added GCDAsyncSocket & tor control port commands and response parsing #15

Closed davidchiles closed 9 years ago

davidchiles commented 10 years ago

Added GCDAsyncSocket as method for connecting to socket instead of custom socket setup.

More info on the TOR control port commands.

Commands

chrisballinger commented 10 years ago

testSuccessfulProxySetup encountered an error (Test process crashed)

Hmmmm, looks like I need to modify the .travis.yml/xcpretty script to actually output the test results. Maybe it's calling a method that doesn't exist anymore or something? What happens when you run the tests manually?