passepartout-apple/Passepartout/Library/Sources/CommonLibrary/Domain
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
..
AppError.swift Refactor AppContext creation and profile processing (#810) 2024-11-04 23:34:22 +01:00
AppPreference.swift Improve macOS window lifecycle (#780) 2024-10-30 10:37:45 +01:00
BundleConfiguration+AppGroup.swift Refactor static functions/entities in Library (#679) 2024-10-04 09:58:42 +02:00
BundleConfiguration+Main.swift Show in Mac status bar plus Login Item (#773) 2024-10-29 11:40:11 +01:00
Constants.swift Refactor AppUI/AppUIMain to accomodate TV (#797) 2024-11-01 23:32:35 +01:00
ProfileAttributes.swift Refactor AppContext creation and profile processing (#810) 2024-11-04 23:34:22 +01:00
ProviderFavoriteServers.swift Fine-tune profile management with additional attributes (#807) 2024-11-03 23:35:45 +01:00