> I was planning to make an iOS port, but GPL means we can't make an AppStore version. Also, the way Network Extension work means only tun mode is available. I think GPL just forbidden link from(which need more link exception statement be added) but not link to Ne extension work with link from style? -------------- next part -------------- An HTML attachment was scrubbed... URL: <tinc-vpn.org/pipermail/tinc-devel/attachments/20161010/a56ac646/attachment.html>
Network extension apps are just like ordinary apps, only they can utilize the utun interface and create VPN entries. So I think, yes, tinc need to be linked from such apps. Sent from my iPhone> On Oct 10, 28 Heisei, at 9:48, Cong Monkey <congzhangzh at gmail.com> wrote: > > > > I was planning to make an iOS port, but GPL means we can't make an App Store version. Also, the way Network Extension work means only tun mode is available. > > I think GPL just forbidden link from(which need more link exception statement be added) but not link to > > Ne extension work with link from style? > > _______________________________________________ > tinc-devel mailing list > tinc-devel at tinc-vpn.org > tinc-vpn.org/cgi-bin/mailman/listinfo/tinc-devel-------------- next part -------------- HTMLの添付ファイルを保管しました... URL: <tinc-vpn.org/pipermail/tinc-devel/attachments/20161011/367a9dd2/attachment.html>
2016-10-11 3:52 GMT+08:00 Mr.X <mrx at hcc.im>:> Network extension apps are just like ordinary apps, only they can utilize > the utun interface and create VPN entries. So I think, yes, tinc need to be > linked from such apps.link to and link from is mark as the main application's view, so, for NE extension it's link to libtinc( if there is a libtinc lib), that's forbidden by GPL.