passepartout-apple/Passepartout
Davide 2155fe1892
Optimize updates in NEProfileRepository (#742)
Currently, NEProfileRepository decodes profiles from ALL NE managers on
any update. This is undesirable considering that:

- Profiles are only _added_ by the app
- Externally, profiles can only be _removed_

Therefore:

- Observe the initial managers to decode the initial profiles from them
- Publish values manually on save/delete (to ProfileManager eventually)
- Observe the subsequent updates for when a profile is removed
externally, i.e. its ID doesn't appear in managers

Fixes #741
2024-10-19 18:22:27 +02:00
..
App Purge stale NetworkExtension/keychain data (#728) 2024-10-11 17:48:37 +02:00
Intents Fix extra team prefix in keychain group (#721) 2024-10-11 03:45:20 +02:00
Library Optimize updates in NEProfileRepository (#742) 2024-10-19 18:22:27 +02:00
Shared Rewrite provider views (#740) 2024-10-18 18:12:28 +02:00
Tunnel Provider configuration is persisted into module (#730) 2024-10-12 13:19:46 +02:00
Config.xcconfig Fix extra team prefix in keychain group (#721) 2024-10-11 03:45:20 +02:00
Passepartout.xctestplan Granularize app features (#671) 2024-10-03 12:13:03 +02:00