Skip to content

Commit 4627c12

Browse files
committed
WireguardApp: iOS: Cleanup after SiriKit Intents removal
Signed-off-by: Alessio Nossa <[email protected]>
1 parent 79f56b1 commit 4627c12

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

Sources/WireGuardApp/UI/iOS/AppDelegate.swift

-8
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
import UIKit
55
import os.log
6-
import Intents
76
import AppIntents
87

98
@UIApplicationMain
@@ -111,10 +110,3 @@ extension AppDelegate {
111110
return nil
112111
}
113112
}
114-
115-
extension AppDelegate {
116-
117-
func application(_ application: UIApplication, continue userActivity: NSUserActivity, restorationHandler: @escaping ([UIUserActivityRestoring]?) -> Void) -> Bool {
118-
return false
119-
}
120-
}

Sources/WireGuardApp/UI/iOS/WireGuard.entitlements

-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
</array>
99
<key>com.apple.developer.networking.wifi-info</key>
1010
<true/>
11-
<key>com.apple.developer.siri</key>
12-
<true/>
1311
<key>com.apple.security.application-groups</key>
1412
<array>
1513
<string>group.$(APP_ID_IOS)</string>

0 commit comments

Comments
 (0)