Skip to content

Commit

Permalink
feat(shortcuts): update AppDelegate.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajhilje committed Sep 4, 2024
1 parent a2a8f7c commit e95f590
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions IVPNClient/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -439,3 +439,12 @@ extension AppDelegate: PurchaseManagerDelegate {
}

}

enum UserActivityType {
static let Connect = "net.ivpn.clients.ios.Connect"
static let Disconnect = "net.ivpn.clients.ios.Disconnect"
static let AntiTrackerEnable = "net.ivpn.clients.ios.AntiTracker.enable"
static let AntiTrackerDisable = "net.ivpn.clients.ios.AntiTracker.disable"
static let CustomDNSEnable = "net.ivpn.clients.ios.CustomDNS.enable"
static let CustomDNSDisable = "net.ivpn.clients.ios.CustomDNS.disable"
}

0 comments on commit e95f590

Please sign in to comment.