Reputation: 711
I am trying to add Network Extension framework to xcode for implementing Vpn configuration from my application. For that i am referring this video https://developer.apple.com/videos/play/wwdc2015/717/ .From 15:00 onward , video shows how to add Network Extension framework and creating targets after adding the framework. I dont even see NEProviderTemplate.pkg for installation. Is there anything that i have to be done before getting into the frameworks folder?? MacOS Version OS 10.12
Thanks in Advance.
Upvotes: 6
Views: 3397
Reputation: 881
Yes, that installer is no more available. Because when you select Network Extensions template, the subsequent screen contains all options to select all supported types. As you can see in the following images.
Upvotes: 3
Reputation: 7409
It has been removed from Mac OS. So you can download that file here.
Upvotes: 0
Reputation: 116
NEProviderTemplate.pkg is currently removed from os installation.
One solution is take SimpleTunnel app and create from it your app(with existing NE targets)
Upvotes: 2