Browse Source

updated phrasing

pull/1/head
Joseph Henry 10 years ago
parent
commit
678a515496
  1. 13
      docs/todo.md
  2. 6
      integrations/README.md

13
docs/todo.md

@ -0,0 +1,13 @@
Apple
* Create shared/dynamic targets for OSX
General
* Trim down makefiles
Unity
* check for mem leaks surrounding managed/unmanaged barrier
* find root of 2X buffer size requirement issue
* check that cross-thread oprations are handled correctly
* check that .IsRunning() doesn't bork the entire system anymore
* Allow max packet size configuration
* Handle exceptions from unmanaged code

6
integrations/README.md

@ -10,12 +10,12 @@ Also stop by our [community section](https://www.zerotier.com/community/) for mo
## Current Integrations
### Apple
We've created a single XCode project which will build every target you need for iOS/OSX/Unity development. It's located [here](/integrations/Apple)
#### iOS
We've created a single [XCode project] which will build every target you need for iOS/OSX/Unity development. You'll want to grab that project, build the target for the type of development you want to do and then use it in one of the platform-specific integration tutorials below:
##### iOS
- [Embedding within an app](../docs/ios_zt_sdk.md)
- [Unity3D plugin](../docs/unity3d_ios_zt_sdk.md)
#### OSX
##### OSX
- [Embedding within an app](../docs/osx_zt_sdk.md)
- [Dynamic-linking into an app/service at runtime](../docs/osx_zt_sdk.md)
- [Unity3D plugin](../docs/unity3d_osx_zt_sdk.md)

Loading…
Cancel
Save