Create macOS applications using the go wails framework. No permission to create a tun NIC log:
2023/03/01 21:20:31 failed to create tun interface: error in syscall.RawSyscall(syscall.SYS_CONNECT, ...): operation not permitted
I tried to add the following to the Info.plist
file:
<key>com.apple.developer.networking.networkextension</key>
<array>
<string>com.apple.networkextension.packet-tunnel</string>
</array>