passepartout-apple/Passepartout
Davide f8e623e1fe
Fix regressions with CloudKit synchronization (#1029)
The remote container is shared by ProfileManager and
PreferencesManager, but it must be the same for CloudKit sync
to work properly.

Externalize the logic of onEligibleFeatures() so that the
AppContext singleton can update the managers (and their
repositories) with the new remote store.

Now that the remote profile repository is reloaded every time that
eligible features change, the .removeDuplicates() may also be
restored. Just add a .dropFirst() to skip the initially empty
value of eligible features. Even when features are eventually empty,
a value is always emitted after IAPManager.reloadReceipt()

Lastly, enable Core Data lightweight migration.

Regressions from #1017
2024-12-20 10:05:07 +01:00
..
App Fix regressions with CloudKit synchronization (#1029) 2024-12-20 10:05:07 +01:00
Intents Fix extra team prefix in keychain group (#721) 2024-10-11 03:45:20 +02:00
LoginItem Add explicit environment objects to TableColumn (#873) 2024-11-15 01:47:52 +01:00
Shared Fix regressions with CloudKit synchronization (#1029) 2024-12-20 10:05:07 +01:00
Tests Localize WireGuard errors (#934) 2024-11-25 11:34:31 +01:00
Tunnel Reorganize Core Data containers (#1017) 2024-12-15 20:20:33 +01:00
UITests Autogenerate framed screenshots from HTML/CSS (#1000) 2024-12-11 20:33:58 +01:00
Config.xcconfig Sort config 2024-12-17 18:45:24 +01:00
Passepartout.xctestplan Parallelize all tests 2024-12-15 14:22:37 +01:00