]> git.ipfire.org Git - thirdparty/wireguard-apple.git/commitdiff
Remove WireGuardIntentsExtension
authorAlessio Nossa <alessio.nossa@gmail.com>
Wed, 5 Apr 2023 13:48:46 +0000 (15:48 +0200)
committerAlessio Nossa <alessio.nossa@gmail.com>
Tue, 11 Apr 2023 22:09:21 +0000 (00:09 +0200)
Signed-off-by: Alessio Nossa <alessio.nossa@gmail.com>
Sources/Shared/Intents.intentdefinition [deleted file]
Sources/WireGuardIntentsExtension/Info.plist [deleted file]
Sources/WireGuardIntentsExtension/IntentHandler.swift [deleted file]
Sources/WireGuardIntentsExtension/WireGuardIntentsExtension-Bridging-Header.h [deleted file]
Sources/WireGuardIntentsExtension/WireGuardIntentsExtension_iOS.entitlements [deleted file]
WireGuard.xcodeproj/project.pbxproj

diff --git a/Sources/Shared/Intents.intentdefinition b/Sources/Shared/Intents.intentdefinition
deleted file mode 100644 (file)
index fd9a8dc..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
-       <key>INEnums</key>
-       <array/>
-       <key>INIntentDefinitionModelVersion</key>
-       <string>1.2</string>
-       <key>INIntentDefinitionNamespace</key>
-       <string>6NREiY</string>
-       <key>INIntentDefinitionSystemVersion</key>
-       <string>21G419</string>
-       <key>INIntentDefinitionToolsBuildVersion</key>
-       <string>14C18</string>
-       <key>INIntentDefinitionToolsVersion</key>
-       <string>14.2</string>
-       <key>INIntents</key>
-       <array/>
-       <key>INTypes</key>
-       <array/>
-</dict>
-</plist>
diff --git a/Sources/WireGuardIntentsExtension/Info.plist b/Sources/WireGuardIntentsExtension/Info.plist
deleted file mode 100644 (file)
index 06ec3ab..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
-       <key>ITSAppUsesNonExemptEncryption</key>
-       <false/>
-       <key>CFBundleDevelopmentRegion</key>
-       <string>$(DEVELOPMENT_LANGUAGE)</string>
-       <key>CFBundleDisplayName</key>
-       <string>WireGuardIntentsExtension</string>
-       <key>CFBundleExecutable</key>
-       <string>$(EXECUTABLE_NAME)</string>
-       <key>CFBundleIdentifier</key>
-       <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
-       <key>CFBundleInfoDictionaryVersion</key>
-       <string>6.0</string>
-       <key>CFBundleName</key>
-       <string>$(PRODUCT_NAME)</string>
-       <key>CFBundlePackageType</key>
-       <string>XPC!</string>
-       <key>CFBundleShortVersionString</key>
-       <string>$(VERSION_NAME)</string>
-       <key>CFBundleVersion</key>
-       <string>$(VERSION_ID)</string>
-       <key>NSExtension</key>
-       <dict>
-               <key>NSExtensionAttributes</key>
-               <dict>
-                       <key>IntentsRestrictedWhileLocked</key>
-                       <array/>
-                       <key>IntentsRestrictedWhileProtectedDataUnavailable</key>
-                       <array/>
-                       <key>IntentsSupported</key>
-                       <array>
-                               <string>GetPeersIntent</string>
-                               <string>UpdateConfigurationIntent</string>
-                       </array>
-               </dict>
-               <key>NSExtensionPointIdentifier</key>
-               <string>com.apple.intents-service</string>
-               <key>NSExtensionPrincipalClass</key>
-               <string>$(PRODUCT_MODULE_NAME).IntentHandler</string>
-       </dict>
-       <key>com.wireguard.ios.app_group_id</key>
-       <string>group.$(APP_ID_IOS)</string>
-       <key>LSMinimumSystemVersion</key>
-       <string>$(MACOSX_DEPLOYMENT_TARGET)</string>
-       <key>com.wireguard.macos.app_group_id</key>
-       <string>$(DEVELOPMENT_TEAM).group.$(APP_ID_MACOS)</string>
-</dict>
-</plist>
diff --git a/Sources/WireGuardIntentsExtension/IntentHandler.swift b/Sources/WireGuardIntentsExtension/IntentHandler.swift
deleted file mode 100644 (file)
index dddb61b..0000000
+++ /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 (file)
index 195da73..0000000
+++ /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 (file)
index 33ce9fc..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
-       <key>com.apple.developer.networking.networkextension</key>
-       <array>
-               <string>packet-tunnel-provider</string>
-       </array>
-       <key>com.apple.security.application-groups</key>
-       <array>
-               <string>group.$(APP_ID_IOS)</string>
-       </array>
-</dict>
-</plist>
index 4aeb2c81bd722044a6125a03e68080eff5f73f9a..8c97b5c53a9fd5ff40816dfc483ebd897830973c 100644 (file)
                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 */
                        remoteGlobalIDString = 6FDEF7DD21846BC100D8FBF6;
                        remoteInfo = WireGuardGoBridge;
                };
-               A6B8052127A44F770088E750 /* PBXContainerItemProxy */ = {
-                       isa = PBXContainerItemProxy;
-                       containerPortal = 6FF4AC0C211EC46F002C96EB /* Project object */;
-                       proxyType = 1;
-                       remoteGlobalIDString = A6B8051927A44F770088E750;
-                       remoteInfo = WireGuardIntentsExtensioniOS;
-               };
 /* End PBXContainerItemProxy section */
 
 /* Begin PBXCopyFilesBuildPhase section */
                        dstSubfolderSpec = 13;
                        files = (
                                6F5D0C22218352EF000F85AD /* WireGuardNetworkExtension.appex in Embed App Extensions */,
-                               A6B8052327A44F770088E750 /* WireGuardIntentsExtension.appex in Embed App Extensions */,
                        );
                        name = "Embed App Extensions";
                        runOnlyForDeploymentPostprocessing = 0;
                6FFA5DA32197085D0001E2F7 /* ActivateOnDemandOption.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivateOnDemandOption.swift; sourceTree = "<group>"; };
                6FFACD1E21E4D89600E9A2A5 /* ParseError+WireGuardAppError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ParseError+WireGuardAppError.swift"; sourceTree = "<group>"; };
                A625F05029C4C627005EF23D /* GetPeers.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GetPeers.swift; sourceTree = "<group>"; };
-               A64A79D727A462FC00F15B34 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
-               A64A79D827A48A8E00F15B34 /* WireGuardIntentsExtension-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "WireGuardIntentsExtension-Bridging-Header.h"; sourceTree = "<group>"; };
-               A64A79F827A5462900F15B34 /* Intents.intentdefinition */ = {isa = PBXFileReference; lastKnownFileType = file.intentdefinition; path = Intents.intentdefinition; sourceTree = "<group>"; };
-               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 = "<group>"; };
-               A6B8052727A454150088E750 /* WireGuardIntentsExtension_iOS.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = WireGuardIntentsExtension_iOS.entitlements; sourceTree = "<group>"; };
                A6E361F729D8758500FFF234 /* AppIntents.strings */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; path = AppIntents.strings; sourceTree = "<group>"; };
                A6E361FD29D9B18C00FFF234 /* TunnelsOptionsProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TunnelsOptionsProvider.swift; sourceTree = "<group>"; };
 /* End PBXFileReference section */
                        );
                        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 */
                                6F5A2B4421AFDE020081EDD8 /* FileManager+Extension.swift */,
                                6B5C5E26220A48D30024272E /* Keychain.swift */,
                                58233BCE2591F842002060A8 /* NotificationToken.swift */,
-                               A64A79F827A5462900F15B34 /* Intents.intentdefinition */,
                        );
                        name = Shared;
                        path = Sources/Shared;
                                6F5D0C432183B4A4000F85AD /* Shared */,
                                6FF4AC16211EC46F002C96EB /* WireGuardApp */,
                                6F5D0C1B218352EF000F85AD /* WireGuardNetworkExtension */,
-                               A6B8051D27A44F770088E750 /* WireGuardIntentsExtension */,
                                585B10452577E293004F691E /* WireGuardKit */,
                                585B10532577E293004F691E /* WireGuardKitC */,
                                6FF4AC15211EC46F002C96EB /* Products */,
                                6FB1BD5D21D2607A00A991BF /* WireGuard.app */,
                                6FB1BD9121D4BFE600A991BF /* WireGuardNetworkExtension.appex */,
                                6F70E22922106A2D008BDFB4 /* WireGuardLoginItemHelper.app */,
-                               A6B8051A27A44F770088E750 /* WireGuardIntentsExtension.appex */,
                        );
                        name = Products;
                        sourceTree = "<group>";
                                58DB6CD52577F95D00FB6B73 /* libwg-go.a */,
                                6FB1BDB621D4F8B800A991BF /* NetworkExtension.framework */,
                                6FF4AC462120B9E0002C96EB /* NetworkExtension.framework */,
-                               A6B8051B27A44F770088E750 /* Intents.framework */,
                        );
                        name = Frameworks;
                        sourceTree = "<group>";
                        path = Sources/WireguardAppIntents;
                        sourceTree = "<group>";
                };
-               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 = "<group>";
-               };
 /* End PBXGroup section */
 
 /* Begin PBXLegacyTarget section */
                        );
                        dependencies = (
                                6F5D0C21218352EF000F85AD /* PBXTargetDependency */,
-                               A6B8052227A44F770088E750 /* PBXTargetDependency */,
                        );
                        name = WireGuardiOS;
                        packageProductDependencies = (
                        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 */
                                                        };
                                                };
                                        };
-                                       A6B8051927A44F770088E750 = {
-                                               CreatedOnToolsVersion = 13.2.1;
-                                       };
                                };
                        };
                        buildConfigurationList = 6FF4AC0F211EC46F002C96EB /* Build configuration list for PBXProject "WireGuard" */;
                        targets = (
                                6FF4AC13211EC46F002C96EB /* WireGuardiOS */,
                                6F5D0C19218352EF000F85AD /* WireGuardNetworkExtensioniOS */,
-                               A6B8051927A44F770088E750 /* WireGuardIntentsExtensioniOS */,
                                6FDEF7DD21846BC100D8FBF6 /* WireGuardGoBridgeiOS */,
                                6FB1BD5C21D2607A00A991BF /* WireGuardmacOS */,
                                6FB1BD9021D4BFE600A991BF /* WireGuardNetworkExtensionmacOS */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
-               A6B8051827A44F770088E750 /* Resources */ = {
-                       isa = PBXResourcesBuildPhase;
-                       buildActionMask = 2147483647;
-                       files = (
-                       );
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
 /* End PBXResourcesBuildPhase section */
 
 /* Begin PBXShellScriptBuildPhase section */
                                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 */,
                        );
                        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 */
                        target = 6FDEF7DD21846BC100D8FBF6 /* WireGuardGoBridgeiOS */;
                        targetProxy = 6FDEF7E121846C0000D8FBF6 /* PBXContainerItemProxy */;
                };
-               A6B8052227A44F770088E750 /* PBXTargetDependency */ = {
-                       isa = PBXTargetDependency;
-                       target = A6B8051927A44F770088E750 /* WireGuardIntentsExtensioniOS */;
-                       targetProxy = A6B8052127A44F770088E750 /* PBXContainerItemProxy */;
-               };
 /* End PBXTargetDependency section */
 
 /* Begin PBXVariantGroup section */
                        };
                        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 */
                        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 */;