WireguardApp: iOS: Cleanup after SiriKit Intents removal

Signed-off-by: Alessio Nossa <alessio.nossa@gmail.com>
This commit is contained in:
Alessio Nossa
2023-04-12 00:20:02 +02:00
parent c1d7199f85
commit a0a6f26846
2 changed files with 0 additions and 10 deletions
@@ -3,7 +3,6 @@
import UIKit
import os.log
import Intents
import AppIntents
@UIApplicationMain
@@ -111,10 +110,3 @@ extension AppDelegate {
return nil
}
}
extension AppDelegate {
func application(_ application: UIApplication, continue userActivity: NSUserActivity, restorationHandler: @escaping ([UIUserActivityRestoring]?) -> Void) -> Bool {
return false
}
}
@@ -8,8 +8,6 @@
</array>
<key>com.apple.developer.networking.wifi-info</key>
<true/>
<key>com.apple.developer.siri</key>
<true/>
<key>com.apple.security.application-groups</key>
<array>
<string>group.$(APP_ID_IOS)</string>