passepartout-apple/Passepartout/Library/Sources/UILibrary
Davide a22584c630
Fine-tune profile management with additional attributes (#807)
Additions to the domain:

- Update rather than replace existing Core Data profile
- Attach ProfileAttributes to Profile.userInfo
- Store one-off `fingerprint` UUID on each save

With the above in place, fix and improve ProfileManager to:

- Use `fingerprint` to compare local/remote profiles in history and thus
avoid local re-import of shared profiles
- Use `deletingRemotely` to delete local profiles when removed from the
remote repository (default false)
- Use `isIncluded` filter to exclude certain profiles from the local
repository (default nil)
2024-11-03 23:35:45 +01:00
..
Business Merge AppLibrary into CommonLibrary (#806) 2024-11-03 13:16:13 +01:00
Domain Fine-tune profile management with additional attributes (#807) 2024-11-03 23:35:45 +01:00
Extensions Merge AppLibrary into CommonLibrary (#806) 2024-11-03 13:16:13 +01:00
L10n Use profile name as interactive view title 2024-11-03 11:44:14 +01:00
Mock Merge AppLibrary into CommonLibrary (#806) 2024-11-03 13:16:13 +01:00
Protocols Merge AppLibrary into CommonLibrary (#806) 2024-11-03 13:16:13 +01:00
Resources/en.lproj Use profile name as interactive view title 2024-11-03 11:44:14 +01:00
Theme Merge AppLibrary into CommonLibrary (#806) 2024-11-03 13:16:13 +01:00
Views Merge AppLibrary into CommonLibrary (#806) 2024-11-03 13:16:13 +01:00
UILibrary.swift Refactor ModuleType to be a single source of truth (#800) 2024-11-02 15:23:36 +01:00