passepartout-apple/Passepartout/Library/Sources/CommonUtils/Business
Davide 44468b5d1f
Fix regression about handling of Core Data duplicates (#841)
Regression in #839 due to how NSFetchedResultsController was refactored.
Duplicated entities were not excluded from mapping.

Could "crash" the app with these easy steps:

- Pick a profile
- Unshare the profile on iOS
- Unshare the profile on macOS
- Re-share the profile on iCloud on both iOS and macOS
- Save the profile simultaneously on iOS/macOS
- Assertion failure due to duplicates in
ProfileManager.reloadRemoteProfiles() → "Remote repository must not have
duplicates"
2024-11-10 18:13:59 +01:00
..
CoreDataPersistentStore.swift Refactor library targets (#799) 2024-11-02 10:11:59 +01:00
CoreDataRepository.swift Fix regression about handling of Core Data duplicates (#841) 2024-11-10 18:13:59 +01:00
CoreLocationWifiObserver.swift Refactor library targets (#799) 2024-11-02 10:11:59 +01:00
ErrorHandler.swift Refactor library targets (#799) 2024-11-02 10:11:59 +01:00
Measure.swift Refactor library targets (#799) 2024-11-02 10:11:59 +01:00
Repository.swift Erase shared profiles from iCloud correctly (#827) 2024-11-07 12:43:24 +01:00
Routable.swift Refactor library targets (#799) 2024-11-02 10:11:59 +01:00
SandboxChecker.swift Refactor library targets (#799) 2024-11-02 10:11:59 +01:00
Wifi.swift Refactor library targets (#799) 2024-11-02 10:11:59 +01:00