updated docs, osx_app_framework

This commit is contained in:
Joseph Henry
2016-10-24 14:14:03 -07:00
parent db5636ea59
commit 415a7d8fd2
7 changed files with 96 additions and 98 deletions

View File

@@ -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..

View File

@@ -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);

View File

@@ -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