Before I continue on my feat …
Has anyone ported the SimpelTunnel Sample Code to Swift 3? A search on github yields nothing …
Thanks
Alex
Before I continue on my feat …
Has anyone ported the SimpelTunnel Sample Code to Swift 3? A search on github yields nothing …
Thanks
Alex
The official version supports Swift 3. However, I believe there are some known gotchas:
The
tunnel_server target was not convertedThe last time I looked at this sample in depth I noticed that the various Swift conversion introduced some bugs; I don’t know if they are fixed in the latest version
Share and Enjoy
—
Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware
let myEmail = "eskimo" + "1" + "@apple.com"
Thank you!
If it helps anyone, I have uploaded my code here: https://github.com/below/SimpleTunnel
DIsclaimer: That code is not yet tested