Added a simplified iOS framework project. Will replace old project

This commit is contained in:
Joseph Henry
2016-06-15 13:46:24 -07:00
parent e577d39fd1
commit ac0699c362
11 changed files with 1193 additions and 7 deletions

View File

@@ -6,15 +6,15 @@
// Copyright © 2016 ZeroTier. All rights reserved.
//
#include "Netcon.h"
#include "SDK.h"
#include "NetconWrapper.hpp"
#include "signatures.h"
#include "SDK_Signatures.h"
#include <sys/socket.h>
#define INTERCEPT_ENABLED 111
#define INTERCEPT_DISABLED 222
#include "NetconServiceSetup.hpp"
#include "SDK_ServiceSetup.hpp"
// Starts a service at the specified path
extern "C" int start_service(const char * path) {