aboutsummaryrefslogtreecommitdiffstats
path: root/Sources/WireguardAppIntents/GetPeers.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Sources/WireguardAppIntents/GetPeers.swift')
-rw-r--r--Sources/WireguardAppIntents/GetPeers.swift4
1 files changed, 3 insertions, 1 deletions
diff --git a/Sources/WireguardAppIntents/GetPeers.swift b/Sources/WireguardAppIntents/GetPeers.swift
index 00e5399..fe6ba48 100644
--- a/Sources/WireguardAppIntents/GetPeers.swift
+++ b/Sources/WireguardAppIntents/GetPeers.swift
@@ -5,7 +5,9 @@ import Foundation
import AppIntents
@available(iOS 16.0, macOS 13.0, watchOS 9.0, tvOS 16.0, *)
-struct GetPeers: AppIntent {
+struct GetPeers: AppIntent, CustomIntentMigratedAppIntent {
+
+ static var intentClassName: String = "GetPeersIntent"
static var title = LocalizedStringResource("getPeersIntentName", table: "AppIntents")
static var description = IntentDescription(