passepartout-apple/Passepartout/App
Davide 590b2790fa
Revisit overuse of EnvironmentObject (#794)
The biggest issue is the hidden and scattered use of both Tunnel and
ConnectionObserver. Only use the latter, and rename it to ExtendedTunnel
for being now a full wrapper around Tunnel (e.g. for .connectionStatus).

In general, restrict the use of EnvironmentObject to:

- Theme
- IAPManager
- ProfileProcessor
- ProviderManager

Always be explicit about:

- ProfileManager
- ExtendedTunnel

Contextually, move some UI entities to the base AppUI target.
2024-11-01 09:47:50 +01:00
..
Assets.xcassets Show in Mac status bar plus Login Item (#773) 2024-10-29 11:40:11 +01:00
Platforms Revisit overuse of EnvironmentObject (#794) 2024-11-01 09:47:50 +01:00
en.lproj Lock app with FaceID (#609) 2024-09-25 19:32:07 +02:00
App.entitlements Fix extra team prefix in keychain group (#721) 2024-10-11 03:45:20 +02:00
App.plist Show in Mac status bar plus Login Item (#773) 2024-10-29 11:40:11 +01:00
AppDelegate.swift Do some refactoring in AppUI targets (#789) 2024-10-31 10:02:21 +01:00
LaunchScreen.storyboard Import v3 code (#597) 2024-09-23 15:02:26 +02:00
PassepartoutApp.swift Fix lifecycle of environment objects (#790) 2024-10-31 11:14:39 +01:00