updated docs, osx_app_framework
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
Language/Framework Wrappers
|
||||
====
|
||||
These wrappers are designed to abstract the ZeroTierSDK Sockets API (implemented in `src/Sockets.c`) to your native language of choice. Specific examples of how to use these are located in the `integrations` directory..
|
||||
These wrappers are designed to abstract the ZeroTierSDK Sockets API (implemented in `src/sockets.c`) to your native language of choice. Specific examples of how to use these are located in the `integrations` directory..
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#define Example_OSX_Bridging_Header_h
|
||||
|
||||
#include <sys/socket.h>
|
||||
#include "SDK_Signatures.h"
|
||||
#include "signatures.h"
|
||||
|
||||
// ZT INTERCEPT/RPC CONTROLS
|
||||
int zt_init_rpc(const char *path, const char *nwid);
|
||||
|
||||
@@ -25,9 +25,9 @@
|
||||
* LLC. Start here: http://www.zerotier.com/
|
||||
*/
|
||||
|
||||
#include "SDK.h"
|
||||
#include "SDK_XcodeWrapper.hpp"
|
||||
#include "SDK_Signatures.h"
|
||||
#include "sdk.h"
|
||||
#include "XcodeWrapper.hpp"
|
||||
#include "signatures.h"
|
||||
|
||||
#define INTERCEPT_ENABLED 111
|
||||
#define INTERCEPT_DISABLED 222
|
||||
|
||||
Reference in New Issue
Block a user