Skip to content

Commit

Permalink
WireguardApp: iOS: Cleanup after SiriKit Intents removal
Browse files Browse the repository at this point in the history
Signed-off-by: Alessio Nossa <[email protected]>
  • Loading branch information
alessionossa committed Apr 11, 2023
1 parent 79f56b1 commit 4627c12
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
8 changes: 0 additions & 8 deletions Sources/WireGuardApp/UI/iOS/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

import UIKit
import os.log
import Intents
import AppIntents

@UIApplicationMain
Expand Down Expand Up @@ -111,10 +110,3 @@ extension AppDelegate {
return nil
}
}

extension AppDelegate {

func application(_ application: UIApplication, continue userActivity: NSUserActivity, restorationHandler: @escaping ([UIUserActivityRestoring]?) -> Void) -> Bool {
return false
}
}
2 changes: 0 additions & 2 deletions Sources/WireGuardApp/UI/iOS/WireGuard.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 4627c12

Please sign in to comment.