Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Adding NetworkExtension.Framework in xcode

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.

enter image description here

Screenshot from video enter image description here

like image 753
good4pc Avatar asked Nov 25 '16 10:11

good4pc


2 Answers

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.

Selection of Network Extension template

Type of Network Extension

like image 66
Muhammad Ali Yousaf Avatar answered Sep 28 '22 09:09

Muhammad Ali Yousaf


NEProviderTemplate.pkg is currently removed from os installation.

One solution is take SimpleTunnel app and create from it your app(with existing NE targets)

like image 35
duzvik Avatar answered Sep 28 '22 07:09

duzvik