Added bare-bones example OSX desktop app integration project

This commit is contained in:
Joseph Henry
2016-06-22 11:26:21 -07:00
parent 71855e121d
commit 3d3b767180
19 changed files with 1507 additions and 9 deletions

View File

@@ -109,6 +109,7 @@ const char *get_netpath() {
#endif
#if defined(__IOS__)
/*
api_netpath = "ZeroTier/One/nc_" + nwid;
void *spec = pthread_getspecific(thr_id_key);
@@ -122,6 +123,8 @@ const char *get_netpath() {
return 1;
}
return 0;
*/
api_netpath = "ZeroTier/One/nc_e5cd7a9e1c3511dd";
#elif defined(__ANDROID__)
api_netpath = "ZeroTier/One/nc_" + nwid;