passepartout-apple/Passepartout/App
Davide f3d13d0cdf
Refactor AppContext creation and profile processing (#810)
Streamline initialization of AppContext objects without singletons,
especially because some are interconnected.

Rethink ProfileProcessor to be the only gateway of profile processing
for:

- Include
- Save
- Connect

Provide closures with access to the IAPManager for eligibility checks.

Finally, take a ProfileProcessor parameter in:

- ProfileManager (for isIncluded and willSave)
- ExtendedTunnel (for willConnect)

so that it's used implicitly without having to put it into the SwiftUI
environment.

Other than that:

- Move AppError to CommonLibrary
- Skip decoding of attributes from Core Data because they are already
part of the profile
2024-11-04 23:34:22 +01:00
..
Assets.xcassets Show in Mac status bar plus Login Item (#773) 2024-10-29 11:40:11 +01:00
Platforms Refactor AppContext creation and profile processing (#810) 2024-11-04 23:34:22 +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 Refactor library targets (#799) 2024-11-02 10:11:59 +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