passepartout-apple/Passepartout/Library/Sources/CommonLibrary/Business
Davide e07833b2a4
Revisit in-app eligibility for iCloud sharing (#837)
Restore .sharing feature:

- Merge "Apple TV" into "iCloud" section
  - "Enabled", disabled if ineligible for .sharing
  - "Apple TV", disabled if ineligible for .appleTV || !isShared
- Footer about TV restrictions

Paywalls:

- "Share on iCloud" if ineligible for .sharing
- "Drop TV restriction" if eligible for .sharing but not for .appleTV
  - Applies to full version products (user level 2)
  - Suggest Apple TV product

Restrictions:

- Toggle CloudKit sync on remote repository based on .sharing
eligibility
- Do not start tunnel on Apple TV if ineligible for .appleTV

Fixes:

- Incorrect zip() publishers in remote repository
- Resolve duplicates in Core Data, first profile wins sorted by
lastUpdate descending
- Reload receipt on OOB IAPManager events
2024-11-09 15:20:59 +01:00
..
Bundle+Extensions.swift Reorganize library into AppUI (#621) 2024-09-26 23:13:55 +02:00
ExtendedTunnel.swift Improve startup time (#822) 2024-11-07 01:48:39 +01:00
InMemoryProfileRepository.swift Erase shared profiles from iCloud correctly (#827) 2024-11-07 12:43:24 +01:00
NEProfileRepository.swift Fix missing profile attributes initialization (#828) 2024-11-07 13:23:47 +01:00
PassepartoutConfiguration+Extensions.swift Reorganize shared objects (#716) 2024-10-10 16:20:36 +02:00
ProfileManager.swift Revisit in-app eligibility for iCloud sharing (#837) 2024-11-09 15:20:59 +01:00
ProfileProcessor.swift Refactor AppContext creation and profile processing (#810) 2024-11-04 23:34:22 +01:00
ProfileRepository.swift Erase shared profiles from iCloud correctly (#827) 2024-11-07 12:43:24 +01:00
ProviderFavoritesManager.swift Fine-tune profile management with additional attributes (#807) 2024-11-03 23:35:45 +01:00