Is this kind of setup supported in macOS?
I'd like to have one extension that handles both providers - NEDNSProxy and NETransparentProxy, but request to activate it always fails
Extension is in the app bundle.
Code Block <key>NEProviderClasses</key> <dict> <key>com.apple.networkextension.dns-proxy</key> <string>DNSProxyProvider</string> <key>com.apple.networkextension.app-proxy</key> <string>TrProxyProvider</string> </dict>
I'd like to have one extension that handles both providers - NEDNSProxy and NETransparentProxy, but request to activate it always fails
Code Block 2021-03-05 08:54:41.881438-0800 ZCC SysExt[2171:37682] [] -[AppDelegate request:didFailWithError:] <OSSystemExtensionActivationRequest: 0x600000477300> Error Domain=OSSystemExtensionErrorDomain Code=4 "Extension not found in App bundle" UserInfo={NSLocalizedDescription=Extension not found in App bundle}
Extension is in the app bundle.