diff --git a/Sources/Shared/Intents.intentdefinition b/Sources/Shared/Intents.intentdefinition
deleted file mode 100644
index fd9a8dc85..000000000
--- a/Sources/Shared/Intents.intentdefinition
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- INEnums
-
- INIntentDefinitionModelVersion
- 1.2
- INIntentDefinitionNamespace
- 6NREiY
- INIntentDefinitionSystemVersion
- 21G419
- INIntentDefinitionToolsBuildVersion
- 14C18
- INIntentDefinitionToolsVersion
- 14.2
- INIntents
-
- INTypes
-
-
-
diff --git a/Sources/WireGuardIntentsExtension/Info.plist b/Sources/WireGuardIntentsExtension/Info.plist
deleted file mode 100644
index 06ec3ab2c..000000000
--- a/Sources/WireGuardIntentsExtension/Info.plist
+++ /dev/null
@@ -1,51 +0,0 @@
-
-
-
-
- ITSAppUsesNonExemptEncryption
-
- CFBundleDevelopmentRegion
- $(DEVELOPMENT_LANGUAGE)
- CFBundleDisplayName
- WireGuardIntentsExtension
- CFBundleExecutable
- $(EXECUTABLE_NAME)
- CFBundleIdentifier
- $(PRODUCT_BUNDLE_IDENTIFIER)
- CFBundleInfoDictionaryVersion
- 6.0
- CFBundleName
- $(PRODUCT_NAME)
- CFBundlePackageType
- XPC!
- CFBundleShortVersionString
- $(VERSION_NAME)
- CFBundleVersion
- $(VERSION_ID)
- NSExtension
-
- NSExtensionAttributes
-
- IntentsRestrictedWhileLocked
-
- IntentsRestrictedWhileProtectedDataUnavailable
-
- IntentsSupported
-
- GetPeersIntent
- UpdateConfigurationIntent
-
-
- NSExtensionPointIdentifier
- com.apple.intents-service
- NSExtensionPrincipalClass
- $(PRODUCT_MODULE_NAME).IntentHandler
-
- com.wireguard.ios.app_group_id
- group.$(APP_ID_IOS)
- LSMinimumSystemVersion
- $(MACOSX_DEPLOYMENT_TARGET)
- com.wireguard.macos.app_group_id
- $(DEVELOPMENT_TEAM).group.$(APP_ID_MACOS)
-
-
diff --git a/Sources/WireGuardIntentsExtension/IntentHandler.swift b/Sources/WireGuardIntentsExtension/IntentHandler.swift
deleted file mode 100644
index dddb61bd0..000000000
--- a/Sources/WireGuardIntentsExtension/IntentHandler.swift
+++ /dev/null
@@ -1,17 +0,0 @@
-// SPDX-License-Identifier: MIT
-// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
-
-import Intents
-
-class IntentHandler: INExtension {
-
- override init() {
- super.init()
- Logger.configureGlobal(tagged: "INTENTS", withFilePath: FileManager.logFileURL?.path)
- }
-
- override func handler(for intent: INIntent) -> Any {
- fatalError("Unhandled intent type: \(intent)")
- }
-
-}
diff --git a/Sources/WireGuardIntentsExtension/WireGuardIntentsExtension-Bridging-Header.h b/Sources/WireGuardIntentsExtension/WireGuardIntentsExtension-Bridging-Header.h
deleted file mode 100644
index 195da7337..000000000
--- a/Sources/WireGuardIntentsExtension/WireGuardIntentsExtension-Bridging-Header.h
+++ /dev/null
@@ -1,2 +0,0 @@
-#include "../WireGuardKitC/WireGuardKitC.h"
-#include "ringlogger.h"
diff --git a/Sources/WireGuardIntentsExtension/WireGuardIntentsExtension_iOS.entitlements b/Sources/WireGuardIntentsExtension/WireGuardIntentsExtension_iOS.entitlements
deleted file mode 100644
index 33ce9fca4..000000000
--- a/Sources/WireGuardIntentsExtension/WireGuardIntentsExtension_iOS.entitlements
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
- com.apple.developer.networking.networkextension
-
- packet-tunnel-provider
-
- com.apple.security.application-groups
-
- group.$(APP_ID_IOS)
-
-
-
diff --git a/WireGuard.xcodeproj/project.pbxproj b/WireGuard.xcodeproj/project.pbxproj
index 4aeb2c81b..8c97b5c53 100644
--- a/WireGuard.xcodeproj/project.pbxproj
+++ b/WireGuard.xcodeproj/project.pbxproj
@@ -206,39 +206,6 @@
6FFA5DA42197085D0001E2F7 /* ActivateOnDemandOption.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6FFA5DA32197085D0001E2F7 /* ActivateOnDemandOption.swift */; };
6FFACD2021E4D8D500E9A2A5 /* ParseError+WireGuardAppError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6FFACD1E21E4D89600E9A2A5 /* ParseError+WireGuardAppError.swift */; };
A625F05529C4C627005EF23D /* GetPeers.swift in Sources */ = {isa = PBXBuildFile; fileRef = A625F05029C4C627005EF23D /* GetPeers.swift */; };
- A64A79DC27A5411700F15B34 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6FF3526E21C23FA10008484E /* Logger.swift */; };
- A64A79DD27A5411E00F15B34 /* ringlogger.c in Sources */ = {isa = PBXBuildFile; fileRef = 6FF3526C21C23F960008484E /* ringlogger.c */; };
- A64A79DE27A541F500F15B34 /* TunnelsManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F7774EE21722D97006A79B3 /* TunnelsManager.swift */; };
- A64A79E027A5422E00F15B34 /* NotificationToken.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58233BCE2591F842002060A8 /* NotificationToken.swift */; };
- A64A79E127A5426C00F15B34 /* TunnelConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 585B10492577E293004F691E /* TunnelConfiguration.swift */; };
- A64A79E227A5428C00F15B34 /* PrivateKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 585B104F2577E293004F691E /* PrivateKey.swift */; };
- A64A79E327A5429100F15B34 /* PeerConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 585B10472577E293004F691E /* PeerConfiguration.swift */; };
- A64A79E427A542A700F15B34 /* IPAddressRange.swift in Sources */ = {isa = PBXBuildFile; fileRef = 585B10512577E293004F691E /* IPAddressRange.swift */; };
- A64A79E527A542C000F15B34 /* InterfaceConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 585B10462577E293004F691E /* InterfaceConfiguration.swift */; };
- A64A79E627A542C700F15B34 /* Endpoint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 585B10522577E293004F691E /* Endpoint.swift */; };
- A64A79E727A542CA00F15B34 /* DNSServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 585B10482577E293004F691E /* DNSServer.swift */; };
- A64A79E827A542F800F15B34 /* key.c in Sources */ = {isa = PBXBuildFile; fileRef = 585B10572577E293004F691E /* key.c */; };
- A64A79E927A542FC00F15B34 /* x25519.c in Sources */ = {isa = PBXBuildFile; fileRef = 585B10562577E293004F691E /* x25519.c */; };
- A64A79EA27A5439900F15B34 /* TunnelErrors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F7F7E5E21C7D74B00527607 /* TunnelErrors.swift */; };
- A64A79EB27A543D400F15B34 /* WireGuardAppError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F61F1E821B932F700483816 /* WireGuardAppError.swift */; };
- A64A79EC27A543ED00F15B34 /* LocalizationHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6FE1765921C90E87002690EA /* LocalizationHelper.swift */; };
- A64A79ED27A5440E00F15B34 /* TunnelStatus.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F4541A821C451D100994C13 /* TunnelStatus.swift */; };
- A64A79EE27A5442000F15B34 /* Keychain.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B5C5E26220A48D30024272E /* Keychain.swift */; };
- A64A79EF27A5444600F15B34 /* FileManager+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F5A2B4421AFDE020081EDD8 /* FileManager+Extension.swift */; };
- A64A79F027A5445F00F15B34 /* RecentTunnelsTracker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F29A9422278518D00DC6A6B /* RecentTunnelsTracker.swift */; };
- A64A79F127A5447000F15B34 /* NETunnelProviderProtocol+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6FFA5D942194454A0001E2F7 /* NETunnelProviderProtocol+Extension.swift */; };
- A64A79F227A5449300F15B34 /* TunnelConfiguration+WgQuickConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F9696AF21CD7128008063FE /* TunnelConfiguration+WgQuickConfig.swift */; };
- A64A79F327A544A500F15B34 /* String+ArrayConversion.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F4541B121CBFAEE00994C13 /* String+ArrayConversion.swift */; };
- A64A79F427A544BC00F15B34 /* ActivateOnDemandOption.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6FFA5DA32197085D0001E2F7 /* ActivateOnDemandOption.swift */; };
- A64A79F527A544E800F15B34 /* TunnelConfiguration+UapiConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B707D8321F918D4000A8F73 /* TunnelConfiguration+UapiConfig.swift */; };
- A64A79F627A5450000F15B34 /* WireGuardResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F61F1EA21B937EF00483816 /* WireGuardResult.swift */; };
- A64A79F927A5462900F15B34 /* Intents.intentdefinition in Sources */ = {isa = PBXBuildFile; fileRef = A64A79F827A5462900F15B34 /* Intents.intentdefinition */; };
- A64A79FA27A5462900F15B34 /* Intents.intentdefinition in Sources */ = {isa = PBXBuildFile; fileRef = A64A79F827A5462900F15B34 /* Intents.intentdefinition */; };
- A64A79FD27A54AA500F15B34 /* NetworkExtension.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6FF4AC462120B9E0002C96EB /* NetworkExtension.framework */; };
- A64A79FE27A58F1800F15B34 /* MockTunnels.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6FB1017821C57DE600766195 /* MockTunnels.swift */; };
- A6B8051C27A44F770088E750 /* Intents.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A6B8051B27A44F770088E750 /* Intents.framework */; };
- A6B8051F27A44F770088E750 /* IntentHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6B8051E27A44F770088E750 /* IntentHandler.swift */; };
- A6B8052327A44F770088E750 /* WireGuardIntentsExtension.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = A6B8051A27A44F770088E750 /* WireGuardIntentsExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
A6E361F829D8758500FFF234 /* AppIntents.strings in Resources */ = {isa = PBXBuildFile; fileRef = A6E361F729D8758500FFF234 /* AppIntents.strings */; };
A6E361FE29D9B18C00FFF234 /* TunnelsOptionsProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6E361FD29D9B18C00FFF234 /* TunnelsOptionsProvider.swift */; };
/* End PBXBuildFile section */
@@ -279,13 +246,6 @@
remoteGlobalIDString = 6FDEF7DD21846BC100D8FBF6;
remoteInfo = WireGuardGoBridge;
};
- A6B8052127A44F770088E750 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 6FF4AC0C211EC46F002C96EB /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = A6B8051927A44F770088E750;
- remoteInfo = WireGuardIntentsExtensioniOS;
- };
/* End PBXContainerItemProxy section */
/* Begin PBXCopyFilesBuildPhase section */
@@ -296,7 +256,6 @@
dstSubfolderSpec = 13;
files = (
6F5D0C22218352EF000F85AD /* WireGuardNetworkExtension.appex in Embed App Extensions */,
- A6B8052327A44F770088E750 /* WireGuardIntentsExtension.appex in Embed App Extensions */,
);
name = "Embed App Extensions";
runOnlyForDeploymentPostprocessing = 0;
@@ -483,13 +442,6 @@
6FFA5DA32197085D0001E2F7 /* ActivateOnDemandOption.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivateOnDemandOption.swift; sourceTree = ""; };
6FFACD1E21E4D89600E9A2A5 /* ParseError+WireGuardAppError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ParseError+WireGuardAppError.swift"; sourceTree = ""; };
A625F05029C4C627005EF23D /* GetPeers.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GetPeers.swift; sourceTree = ""; };
- A64A79D727A462FC00F15B34 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; };
- A64A79D827A48A8E00F15B34 /* WireGuardIntentsExtension-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "WireGuardIntentsExtension-Bridging-Header.h"; sourceTree = ""; };
- A64A79F827A5462900F15B34 /* Intents.intentdefinition */ = {isa = PBXFileReference; lastKnownFileType = file.intentdefinition; path = Intents.intentdefinition; sourceTree = ""; };
- A6B8051A27A44F770088E750 /* WireGuardIntentsExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = WireGuardIntentsExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; };
- A6B8051B27A44F770088E750 /* Intents.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Intents.framework; path = System/Library/Frameworks/Intents.framework; sourceTree = SDKROOT; };
- A6B8051E27A44F770088E750 /* IntentHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IntentHandler.swift; sourceTree = ""; };
- A6B8052727A454150088E750 /* WireGuardIntentsExtension_iOS.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = WireGuardIntentsExtension_iOS.entitlements; sourceTree = ""; };
A6E361F729D8758500FFF234 /* AppIntents.strings */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; path = AppIntents.strings; sourceTree = ""; };
A6E361FD29D9B18C00FFF234 /* TunnelsOptionsProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TunnelsOptionsProvider.swift; sourceTree = ""; };
/* End PBXFileReference section */
@@ -529,15 +481,6 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
- A6B8051727A44F770088E750 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- A6B8051C27A44F770088E750 /* Intents.framework in Frameworks */,
- A64A79FD27A54AA500F15B34 /* NetworkExtension.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
@@ -647,7 +590,6 @@
6F5A2B4421AFDE020081EDD8 /* FileManager+Extension.swift */,
6B5C5E26220A48D30024272E /* Keychain.swift */,
58233BCE2591F842002060A8 /* NotificationToken.swift */,
- A64A79F827A5462900F15B34 /* Intents.intentdefinition */,
);
name = Shared;
path = Sources/Shared;
@@ -830,7 +772,6 @@
6F5D0C432183B4A4000F85AD /* Shared */,
6FF4AC16211EC46F002C96EB /* WireGuardApp */,
6F5D0C1B218352EF000F85AD /* WireGuardNetworkExtension */,
- A6B8051D27A44F770088E750 /* WireGuardIntentsExtension */,
585B10452577E293004F691E /* WireGuardKit */,
585B10532577E293004F691E /* WireGuardKitC */,
6FF4AC15211EC46F002C96EB /* Products */,
@@ -846,7 +787,6 @@
6FB1BD5D21D2607A00A991BF /* WireGuard.app */,
6FB1BD9121D4BFE600A991BF /* WireGuardNetworkExtension.appex */,
6F70E22922106A2D008BDFB4 /* WireGuardLoginItemHelper.app */,
- A6B8051A27A44F770088E750 /* WireGuardIntentsExtension.appex */,
);
name = Products;
sourceTree = "";
@@ -874,7 +814,6 @@
58DB6CD52577F95D00FB6B73 /* libwg-go.a */,
6FB1BDB621D4F8B800A991BF /* NetworkExtension.framework */,
6FF4AC462120B9E0002C96EB /* NetworkExtension.framework */,
- A6B8051B27A44F770088E750 /* Intents.framework */,
);
name = Frameworks;
sourceTree = "";
@@ -890,18 +829,6 @@
path = Sources/WireguardAppIntents;
sourceTree = "";
};
- A6B8051D27A44F770088E750 /* WireGuardIntentsExtension */ = {
- isa = PBXGroup;
- children = (
- A64A79D727A462FC00F15B34 /* Info.plist */,
- A6B8052727A454150088E750 /* WireGuardIntentsExtension_iOS.entitlements */,
- A64A79D827A48A8E00F15B34 /* WireGuardIntentsExtension-Bridging-Header.h */,
- A6B8051E27A44F770088E750 /* IntentHandler.swift */,
- );
- name = WireGuardIntentsExtension;
- path = Sources/WireGuardIntentsExtension;
- sourceTree = "";
- };
/* End PBXGroup section */
/* Begin PBXLegacyTarget section */
@@ -1035,7 +962,6 @@
);
dependencies = (
6F5D0C21218352EF000F85AD /* PBXTargetDependency */,
- A6B8052227A44F770088E750 /* PBXTargetDependency */,
);
name = WireGuardiOS;
packageProductDependencies = (
@@ -1044,23 +970,6 @@
productReference = 6FF4AC14211EC46F002C96EB /* WireGuard.app */;
productType = "com.apple.product-type.application";
};
- A6B8051927A44F770088E750 /* WireGuardIntentsExtensioniOS */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = A6B8052427A44F770088E750 /* Build configuration list for PBXNativeTarget "WireGuardIntentsExtensioniOS" */;
- buildPhases = (
- A6B8051627A44F770088E750 /* Sources */,
- A6B8051727A44F770088E750 /* Frameworks */,
- A6B8051827A44F770088E750 /* Resources */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = WireGuardIntentsExtensioniOS;
- productName = WireGuardIntentsExtensioniOS;
- productReference = A6B8051A27A44F770088E750 /* WireGuardIntentsExtension.appex */;
- productType = "com.apple.product-type.app-extension";
- };
/* End PBXNativeTarget section */
/* Begin PBXProject section */
@@ -1125,9 +1034,6 @@
};
};
};
- A6B8051927A44F770088E750 = {
- CreatedOnToolsVersion = 13.2.1;
- };
};
};
buildConfigurationList = 6FF4AC0F211EC46F002C96EB /* Build configuration list for PBXProject "WireGuard" */;
@@ -1165,7 +1071,6 @@
targets = (
6FF4AC13211EC46F002C96EB /* WireGuardiOS */,
6F5D0C19218352EF000F85AD /* WireGuardNetworkExtensioniOS */,
- A6B8051927A44F770088E750 /* WireGuardIntentsExtensioniOS */,
6FDEF7DD21846BC100D8FBF6 /* WireGuardGoBridgeiOS */,
6FB1BD5C21D2607A00A991BF /* WireGuardmacOS */,
6FB1BD9021D4BFE600A991BF /* WireGuardNetworkExtensionmacOS */,
@@ -1215,13 +1120,6 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
- A6B8051827A44F770088E750 /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
/* End PBXResourcesBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */
@@ -1560,7 +1458,6 @@
6F5A2B4821AFF49A0081EDD8 /* FileManager+Extension.swift in Sources */,
5F45418C21C2D48200994C13 /* TunnelEditKeyValueCell.swift in Sources */,
6FE254FB219C10800028284D /* ZipImporter.swift in Sources */,
- A64A79F927A5462900F15B34 /* Intents.intentdefinition in Sources */,
585B107E2577E294004F691E /* PrivateKey.swift in Sources */,
6FDEF7FB21863B6100D8FBF6 /* unzip.c in Sources */,
6F29A9432278518D00DC6A6B /* RecentTunnelsTracker.swift in Sources */,
@@ -1589,42 +1486,6 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
- A6B8051627A44F770088E750 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- A6B8051F27A44F770088E750 /* IntentHandler.swift in Sources */,
- A64A79FE27A58F1800F15B34 /* MockTunnels.swift in Sources */,
- A64A79EF27A5444600F15B34 /* FileManager+Extension.swift in Sources */,
- A64A79E027A5422E00F15B34 /* NotificationToken.swift in Sources */,
- A64A79DC27A5411700F15B34 /* Logger.swift in Sources */,
- A64A79DD27A5411E00F15B34 /* ringlogger.c in Sources */,
- A64A79F527A544E800F15B34 /* TunnelConfiguration+UapiConfig.swift in Sources */,
- A64A79E827A542F800F15B34 /* key.c in Sources */,
- A64A79E127A5426C00F15B34 /* TunnelConfiguration.swift in Sources */,
- A64A79DE27A541F500F15B34 /* TunnelsManager.swift in Sources */,
- A64A79ED27A5440E00F15B34 /* TunnelStatus.swift in Sources */,
- A64A79EB27A543D400F15B34 /* WireGuardAppError.swift in Sources */,
- A64A79E527A542C000F15B34 /* InterfaceConfiguration.swift in Sources */,
- A64A79F127A5447000F15B34 /* NETunnelProviderProtocol+Extension.swift in Sources */,
- A64A79E327A5429100F15B34 /* PeerConfiguration.swift in Sources */,
- A64A79FA27A5462900F15B34 /* Intents.intentdefinition in Sources */,
- A64A79EE27A5442000F15B34 /* Keychain.swift in Sources */,
- A64A79F327A544A500F15B34 /* String+ArrayConversion.swift in Sources */,
- A64A79E227A5428C00F15B34 /* PrivateKey.swift in Sources */,
- A64A79F427A544BC00F15B34 /* ActivateOnDemandOption.swift in Sources */,
- A64A79E627A542C700F15B34 /* Endpoint.swift in Sources */,
- A64A79E927A542FC00F15B34 /* x25519.c in Sources */,
- A64A79E727A542CA00F15B34 /* DNSServer.swift in Sources */,
- A64A79E427A542A700F15B34 /* IPAddressRange.swift in Sources */,
- A64A79EA27A5439900F15B34 /* TunnelErrors.swift in Sources */,
- A64A79F627A5450000F15B34 /* WireGuardResult.swift in Sources */,
- A64A79F227A5449300F15B34 /* TunnelConfiguration+WgQuickConfig.swift in Sources */,
- A64A79F027A5445F00F15B34 /* RecentTunnelsTracker.swift in Sources */,
- A64A79EC27A543ED00F15B34 /* LocalizationHelper.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
@@ -1653,11 +1514,6 @@
target = 6FDEF7DD21846BC100D8FBF6 /* WireGuardGoBridgeiOS */;
targetProxy = 6FDEF7E121846C0000D8FBF6 /* PBXContainerItemProxy */;
};
- A6B8052227A44F770088E750 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = A6B8051927A44F770088E750 /* WireGuardIntentsExtensioniOS */;
- targetProxy = A6B8052127A44F770088E750 /* PBXContainerItemProxy */;
- };
/* End PBXTargetDependency section */
/* Begin PBXVariantGroup section */
@@ -2062,51 +1918,6 @@
};
name = Release;
};
- A6B8052527A44F770088E750 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
- CLANG_ENABLE_MODULES = YES;
- CODE_SIGN_ENTITLEMENTS = Sources/WireGuardIntentsExtension/WireGuardIntentsExtension_iOS.entitlements;
- CODE_SIGN_IDENTITY = "iPhone Developer";
- ENABLE_BITCODE = NO;
- INFOPLIST_FILE = Sources/WireGuardIntentsExtension/Info.plist;
- LD_RUNPATH_SEARCH_PATHS = (
- "$(inherited)",
- "@executable_path/Frameworks",
- "@executable_path/../../Frameworks",
- );
- MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
- PRODUCT_BUNDLE_IDENTIFIER = "$(APP_ID_IOS).intents-extension";
- PRODUCT_NAME = WireGuardIntentsExtension;
- SKIP_INSTALL = YES;
- SWIFT_OBJC_BRIDGING_HEADER = "Sources/WireGuardIntentsExtension/WireGuardIntentsExtension-Bridging-Header.h";
- SWIFT_VERSION = 5.0;
- };
- name = Debug;
- };
- A6B8052627A44F770088E750 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
- CLANG_ENABLE_MODULES = YES;
- CODE_SIGN_ENTITLEMENTS = Sources/WireGuardIntentsExtension/WireGuardIntentsExtension_iOS.entitlements;
- CODE_SIGN_IDENTITY = "iPhone Developer";
- ENABLE_BITCODE = NO;
- INFOPLIST_FILE = Sources/WireGuardIntentsExtension/Info.plist;
- LD_RUNPATH_SEARCH_PATHS = (
- "$(inherited)",
- "@executable_path/Frameworks",
- "@executable_path/../../Frameworks",
- );
- PRODUCT_BUNDLE_IDENTIFIER = "$(APP_ID_IOS).intents-extension";
- PRODUCT_NAME = WireGuardIntentsExtension;
- SKIP_INSTALL = YES;
- SWIFT_OBJC_BRIDGING_HEADER = "Sources/WireGuardIntentsExtension/WireGuardIntentsExtension-Bridging-Header.h";
- SWIFT_VERSION = 5.0;
- };
- name = Release;
- };
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
@@ -2182,15 +1993,6 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- A6B8052427A44F770088E750 /* Build configuration list for PBXNativeTarget "WireGuardIntentsExtensioniOS" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- A6B8052527A44F770088E750 /* Debug */,
- A6B8052627A44F770088E750 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
/* End XCConfigurationList section */
};
rootObject = 6FF4AC0C211EC46F002C96EB /* Project object */;