XCode: use old network extension ID

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jason A. Donenfeld
2018-11-04 04:16:13 +01:00
parent fe76d6eed9
commit 4bd1ea63c6
4 changed files with 4 additions and 13 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
VERSION_NAME = 0.0.20181103
VERSION_NAME = 0.0.20181104
VERSION_ID = 1
+1 -1
View File
@@ -216,7 +216,7 @@ extension NETunnelProviderProtocol {
let appId = Bundle.main.bundleIdentifier!
let firstValidEndpoint = tunnelConfiguration.peers.first(where: { $0.endpoint != nil })?.endpoint
providerBundleIdentifier = "\(appId).WireGuardNetworkExtension"
providerBundleIdentifier = "\(appId).network-extension"
providerConfiguration = [
"tunnelConfiguration": serializedTunnelConfiguration,
"tunnelConfigurationVersion": 1