passepartout-apple/Passepartout/Library/Sources/CommonLibrary/Business
Davide 91344c1294
Only guard remote fingerprint if local has any (#863)
Otherwise, it would never import remote profiles w/o a fingerprint.

Scenarios (must test in #570):

- No local profile → Import
- Local profile has no fingerprint → Import
- Local profile has fingerprint
  - Remote profile has no fingerprint → Skip
  - Remote profile has same fingerprint → Skip
  - Remote profile has different fingerprint → Import
2024-11-13 21:46:14 +01:00
..
Bundle+Extensions.swift Reorganize library into AppUI (#621) 2024-09-26 23:13:55 +02:00
ExtendedTunnel.swift Limit tunnel updates (#843) 2024-11-10 19:39:43 +01:00
InMemoryProfileRepository.swift Rewrite AppContext event handlers (#839) 2024-11-10 17:51:28 +01:00
NEProfileRepository.swift Rewrite AppContext event handlers (#839) 2024-11-10 17:51:28 +01:00
PassepartoutConfiguration+Extensions.swift Reorganize shared objects (#716) 2024-10-10 16:20:36 +02:00
ProfileManager.swift Only guard remote fingerprint if local has any (#863) 2024-11-13 21:46:14 +01:00
ProfileProcessor.swift Upgrade to Xcode 16 (#858) 2024-11-13 12:07:30 +01:00
ProfileRepository.swift Rewrite AppContext event handlers (#839) 2024-11-10 17:51:28 +01:00
ProviderFavoritesManager.swift Fine-tune profile management with additional attributes (#807) 2024-11-03 23:35:45 +01:00