Network Extension Templatte

WWDC 2019 video shows that there is template for System Extesnion (Network Extension) in Xcode. i don't see any such template.

my xcode version is 11.3.1.

am i missing something here

Answered by DTS Engineer in 417265022

These are target templates, not project templates, so you have to have a project open. Try this:

  1. Open or create an app project.

  2. Choose File > New > Target.

  3. Select macOS at the top.

  4. Type network into the search box.

  5. Select either Application Extension > Network Extension or System Extension > Network Extension.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"
Accepted Answer

These are target templates, not project templates, so you have to have a project open. Try this:

  1. Open or create an app project.

  2. Choose File > New > Target.

  3. Select macOS at the top.

  4. Type network into the search box.

  5. Select either Application Extension > Network Extension or System Extension > Network Extension.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

right, i figured it out somehow after landing there later. but thankyou for the reply. that helps .

Network Extension Templatte
 
 
Q