removed references to shim

This commit is contained in:
Joseph Henry
2016-07-18 18:27:23 -07:00
parent 33e1bc6032
commit 77685abbdf
10 changed files with 20 additions and 20 deletions

View File

@@ -47,7 +47,7 @@ dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_HIGH, 0), {
**Step 4: Pick an API**
This integration allows for the following shim combinations:
The following APIs are available for this integration:
- `Hook of BSD-like sockets`: Use BSD-like sockets as you normally would.
- `Proxy of NSStream`: Create NSStream. Configure stream for SOCKS5 Proxy. Use stream.
- `Direct Call`: Consult [src/SDK_Apple-Bridging-Header.h](../../../../src/SDK_Apple-Bridging-Header.h).