passepartout-apple/Passepartout
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
..
App Refactor AppContext creation and profile processing (#810) 2024-11-04 23:34:22 +01:00
Intents Fix extra team prefix in keychain group (#721) 2024-10-11 03:45:20 +02:00
Library Refactor AppContext creation and profile processing (#810) 2024-11-04 23:34:22 +01:00
LoginItem Show in Mac status bar plus Login Item (#773) 2024-10-29 11:40:11 +01:00
Shared Refactor AppContext creation and profile processing (#810) 2024-11-04 23:34:22 +01:00
Tunnel Provider configuration is persisted into module (#730) 2024-10-12 13:19:46 +02:00
Config.xcconfig Show in Mac status bar plus Login Item (#773) 2024-10-29 11:40:11 +01:00
Passepartout.xctestplan Fix previous PR 2024-11-03 13:47:48 +01:00