passepartout-apple/Passepartout/Library/Sources/AppUI/Business
Davide a9fa6a2f62
Maintain one configuration per profile (#636)
Helps with automation. Install the VPN configuration before persisting a
profile, so that the 1:1 reference with OS settings is maintained.
Likewise, uninstall the VPN configuration after removing a profile.

This before-save hook also resolves a problem with multiple imports,
where multiple VPN permission alerts coalesce if no VPN configuration is
installed. Now the first import waits for the permission synchronously.

Fixes #618
2024-09-30 14:56:20 +02:00
..
AppContext.swift Maintain one configuration per profile (#636) 2024-09-30 14:56:20 +02:00
ConnectionObserver.swift Maintain one configuration per profile (#636) 2024-09-30 14:56:20 +02:00
InteractiveManager.swift Reorganize library into AppUI (#621) 2024-09-26 23:13:55 +02:00
ModuleTypeProviding.swift Reorganize library into AppUI (#621) 2024-09-26 23:13:55 +02:00
ModuleViewProviding.swift Reorganize library into AppUI (#621) 2024-09-26 23:13:55 +02:00
ProfileEditor.swift Reorganize library into AppUI (#621) 2024-09-26 23:13:55 +02:00
ProfileImporter.swift Fix description of parsing errors on import (#623) 2024-09-28 00:01:01 +02:00
ProfileManagerProviding.swift Reorganize library into AppUI (#621) 2024-09-26 23:13:55 +02:00
Tunnel+Extensions.swift Maintain one configuration per profile (#636) 2024-09-30 14:56:20 +02:00
TunnelContextProviding.swift Reorganize library into AppUI (#621) 2024-09-26 23:13:55 +02:00
TunnelInstallationProviding.swift Maintain one configuration per profile (#636) 2024-09-30 14:56:20 +02:00