passepartout-apple/PassepartoutLibrary/Sources/PassepartoutCore/Utils
Davide De Rosa 3a59ac7684
Invoke VPNManager methods with a Profile object (#309)
The VPNConfiguration parameter is opaque and tightly coupled to
TunnelKit. Connecting to a Profile makes infinitely more sense, beyond
simplifying the VPNManager class. Configuration building is fully
delegated to the strategy (as it has to be).

- VPNManager takes Profile and produces VPNConfigurationParameters
- VPNManagerStrategy takes VPNConfigurationParameters (abstract)
- TunnelKitVPNManagerStrategy takes VPNConfigurationParameters and
produces TunnelKitVPNConfiguration internally
2023-05-28 09:56:51 +02:00
..
Utils+Async.swift Rethink library architecture (#301) 2023-05-24 18:19:47 +02:00
Utils+CoreData.swift Rethink library architecture (#301) 2023-05-24 18:19:47 +02:00
Utils+Dates.swift Invoke VPNManager methods with a Profile object (#309) 2023-05-28 09:56:51 +02:00
Utils+FileManager.swift Rethink library architecture (#301) 2023-05-24 18:19:47 +02:00
Utils+Logging.swift Address logging issues (#304) 2023-05-27 12:14:04 +02:00
Utils+Network.swift Rethink library architecture (#301) 2023-05-24 18:19:47 +02:00
Utils+Strings.swift Rethink library architecture (#301) 2023-05-24 18:19:47 +02:00
Utils+TestFlight.swift Rethink library architecture (#301) 2023-05-24 18:19:47 +02:00
Utils+URL.swift Rethink library architecture (#301) 2023-05-24 18:19:47 +02:00
Utils.swift Rethink library architecture (#301) 2023-05-24 18:19:47 +02:00