passepartout-apple/Passepartout/Library/Sources/AppUI/Business
Davide 1491766102
Per-profile iCloud syncing (#668)
Keep two separate stores to accomplish per-profile sharing:

- Local store, where to push updates manually (save/remove/search)
- Remote iCloud store, where to pull updates from

A profile can be added/removed to/from the iCloud store so that other
devices can push/pull updates to it.

Consequently, updates to the iCloud store will NEVER cause a profile
deletion. Once removed, the profile will stay locally.

Fixes #586 
Fixes #555
2024-10-03 18:41:27 +02:00
..
AppContext.swift Maintain one configuration per profile (#636) 2024-09-30 14:56:20 +02:00
ConnectionObserver.swift Maintain one configuration per profile (#636) 2024-09-30 14:56:20 +02:00
ImporterPipe.swift Fix annoying singleton warning 2024-10-01 15:45:53 +02:00
InteractiveManager.swift Reorganize library into AppUI (#621) 2024-09-26 23:13:55 +02:00
ModuleTypeProviding.swift Reorganize library into AppUI (#621) 2024-09-26 23:13:55 +02:00
ModuleViewProviding.swift Reorganize library into AppUI (#621) 2024-09-26 23:13:55 +02:00
ProfileEditor.swift Per-profile iCloud syncing (#668) 2024-10-03 18:41:27 +02:00
ProfileImporter.swift Import profiles with on-demand disabled (#641) 2024-09-30 17:40:24 +02:00
ProfileManagerProviding.swift Reorganize library into AppUI (#621) 2024-09-26 23:13:55 +02:00
Tunnel+Extensions.swift Maintain one configuration per profile (#636) 2024-09-30 14:56:20 +02:00
TunnelContextProviding.swift Reorganize library into AppUI (#621) 2024-09-26 23:13:55 +02:00
TunnelInstallationProviding.swift Maintain one configuration per profile (#636) 2024-09-30 14:56:20 +02:00