passepartout-apple/Passepartout/App
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
..
Assets.xcassets Transparent logo in version screen (#963) 2024-11-28 22:59:37 +01:00
Context Fix regressions with CloudKit synchronization (#1029) 2024-12-20 10:05:07 +01:00
de.lproj Add translations for the former 12 languages (#1005) 2024-12-12 23:32:27 +01:00
el.lproj Add translations for the former 12 languages (#1005) 2024-12-12 23:32:27 +01:00
en.lproj Add translations for the former 12 languages (#1005) 2024-12-12 23:32:27 +01:00
es.lproj Add translations for the former 12 languages (#1005) 2024-12-12 23:32:27 +01:00
fr.lproj Add translations for the former 12 languages (#1005) 2024-12-12 23:32:27 +01:00
it.lproj Add translations for the former 12 languages (#1005) 2024-12-12 23:32:27 +01:00
nl.lproj Add translations for the former 12 languages (#1005) 2024-12-12 23:32:27 +01:00
pl.lproj Add translations for the former 12 languages (#1005) 2024-12-12 23:32:27 +01:00
Platforms Autogenerate screenshots for all platforms (#998) 2024-12-10 18:06:23 +01:00
pt.lproj Add translations for the former 12 languages (#1005) 2024-12-12 23:32:27 +01:00
ru.lproj Add translations for the former 12 languages (#1005) 2024-12-12 23:32:27 +01:00
sv.lproj Add translations for the former 12 languages (#1005) 2024-12-12 23:32:27 +01:00
uk.lproj Add translations for the former 12 languages (#1005) 2024-12-12 23:32:27 +01:00
zh-Hans.lproj Add translations for the former 12 languages (#1005) 2024-12-12 23:32:27 +01:00
App.entitlements Drop malformed keychain group 2024-12-17 18:29:00 +01:00
App.plist Reorganize Core Data containers (#1017) 2024-12-15 20:20:33 +01:00
AppDelegate.swift Autogenerate screenshots for all platforms (#998) 2024-12-10 18:06:23 +01:00
LaunchScreen.storyboard Import v3 code (#597) 2024-09-23 15:02:26 +02:00
PassepartoutApp.swift Decouple Mac settings from AppMenu (#865) 2024-11-13 22:35:50 +01:00