passepartout-apple/Passepartout/Library/Sources/UILibrary/L10n
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
..
Modules Refactor library targets (#799) 2024-11-02 10:11:59 +01:00
AppError+L10n.swift Refactor AppContext creation and profile processing (#810) 2024-11-04 23:34:22 +01:00
ErrorHandler+Default.swift Refactor AppContext creation and profile processing (#810) 2024-11-04 23:34:22 +01:00
Foundation+L10n.swift Refactor library targets (#799) 2024-11-02 10:11:59 +01:00
ModuleBuilder+Description.swift Refactor ModuleType to be a single source of truth (#800) 2024-11-02 15:23:36 +01:00
ModuleType+L10n.swift Refactor ModuleType to be a single source of truth (#800) 2024-11-02 15:23:36 +01:00
PassepartoutKit+L10n.swift Refactor library targets (#799) 2024-11-02 10:11:59 +01:00
Strings+Unlocalized.swift Implement TV profile sharing (#808) 2024-11-03 23:42:17 +01:00
SwiftGen+Strings.swift Implement TV profile sharing (#808) 2024-11-03 23:42:17 +01:00