From: Alessio Nossa Date: Sat, 1 Apr 2023 14:12:32 +0000 (+0200) Subject: Complete cleanup after SetTunnelStatus Intent removal X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ec6974005d2451fc20672e0789e0c0ecd43743f;p=thirdparty%2Fwireguard-apple.git Complete cleanup after SetTunnelStatus Intent removal Signed-off-by: Alessio Nossa --- diff --git a/Sources/Shared/Intents.intentdefinition b/Sources/Shared/Intents.intentdefinition index 74bbf1f..8c8d33b 100644 --- a/Sources/Shared/Intents.intentdefinition +++ b/Sources/Shared/Intents.intentdefinition @@ -3,94 +3,7 @@ INEnums - - - INEnumDisplayName - State - INEnumDisplayNameID - kiXIKs - INEnumGeneratesHeader - - INEnumName - State - INEnumType - State - INEnumValues - - - INEnumValueDisplayName - unknown - INEnumValueDisplayNameID - 57IgER - INEnumValueName - unknown - - - INEnumValueDisplayName - on - INEnumValueDisplayNameID - tbFf8o - INEnumValueIndex - 1 - INEnumValueName - on - - - INEnumValueDisplayName - off - INEnumValueDisplayNameID - 7lY4Sc - INEnumValueIndex - 2 - INEnumValueName - off - - - - - INEnumDisplayName - Operation - INEnumDisplayNameID - urZ7WZ - INEnumGeneratesHeader - - INEnumName - Operation - INEnumType - Regular - INEnumValues - - - INEnumValueDisplayName - unknown - INEnumValueDisplayNameID - efZxZH - INEnumValueName - unknown - - - INEnumValueDisplayName - Turn - INEnumValueDisplayNameID - viQ2K7 - INEnumValueIndex - 1 - INEnumValueName - turn - - - INEnumValueDisplayName - Toggle - INEnumValueDisplayNameID - N4IzMI - INEnumValueIndex - 2 - INEnumValueName - toggle - - - - + INIntentDefinitionModelVersion 1.2 INIntentDefinitionNamespace diff --git a/Sources/WireGuardApp/UI/iOS/ViewController/TunnelDetailTableViewController.swift b/Sources/WireGuardApp/UI/iOS/ViewController/TunnelDetailTableViewController.swift index 2c185d9..196de0c 100644 --- a/Sources/WireGuardApp/UI/iOS/ViewController/TunnelDetailTableViewController.swift +++ b/Sources/WireGuardApp/UI/iOS/ViewController/TunnelDetailTableViewController.swift @@ -2,7 +2,6 @@ // Copyright © 2018-2021 WireGuard LLC. All Rights Reserved. import UIKit -import Intents class TunnelDetailTableViewController: UITableViewController { diff --git a/Sources/WireGuardIntentsExtension/Info.plist b/Sources/WireGuardIntentsExtension/Info.plist index fbe7d56..06ec3ab 100644 --- a/Sources/WireGuardIntentsExtension/Info.plist +++ b/Sources/WireGuardIntentsExtension/Info.plist @@ -33,7 +33,6 @@ IntentsSupported GetPeersIntent - SetTunnelStatusIntent UpdateConfigurationIntent