[PR #2996] [MERGED] [client] Add support for state manager on iOS #15966

Closed
opened 2026-08-05 03:08:45 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/2996
Author: @pascal-fischer
Created: 12/6/2024
Status: Merged
Merged: 12/6/2024
Merged by: @pascal-fischer

Base: mainHead: feature/route-state-on-ios


📝 Commits (3)

  • 3d1ff2a add state file path as config to support route states on iOS
  • 6347ca5 extract file creation
  • 95320cd fix tests

📊 Changes

8 files changed (+130 additions, -15 deletions)

View changed files

📝 client/internal/config.go (+15 -6)
📝 client/internal/connect.go (+2 -0)
📝 client/internal/engine.go (+11 -0)
📝 client/internal/mobile_dependency.go (+1 -0)
📝 client/internal/routeselector/routeselector_test.go (+85 -0)
📝 client/ios/NetBirdSDK/client.go (+6 -3)
📝 client/ios/NetBirdSDK/preferences.go (+3 -2)
📝 client/ios/NetBirdSDK/preferences_test.go (+7 -4)

📄 Description

Describe your changes

This PR includes all the necessary changes to support the new state manager on iOS.

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbirdio/netbird/pull/2996 **Author:** [@pascal-fischer](https://github.com/pascal-fischer) **Created:** 12/6/2024 **Status:** ✅ Merged **Merged:** 12/6/2024 **Merged by:** [@pascal-fischer](https://github.com/pascal-fischer) **Base:** `main` ← **Head:** `feature/route-state-on-ios` --- ### 📝 Commits (3) - [`3d1ff2a`](https://github.com/netbirdio/netbird/commit/3d1ff2a3ab4495cda0b1b5d110e81283ed6ce257) add state file path as config to support route states on iOS - [`6347ca5`](https://github.com/netbirdio/netbird/commit/6347ca556dab54fccaf4c769dd38a2c6aab0bd56) extract file creation - [`95320cd`](https://github.com/netbirdio/netbird/commit/95320cdddfc4b49ca69bc06a034680fe882639fe) fix tests ### 📊 Changes **8 files changed** (+130 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `client/internal/config.go` (+15 -6) 📝 `client/internal/connect.go` (+2 -0) 📝 `client/internal/engine.go` (+11 -0) 📝 `client/internal/mobile_dependency.go` (+1 -0) 📝 `client/internal/routeselector/routeselector_test.go` (+85 -0) 📝 `client/ios/NetBirdSDK/client.go` (+6 -3) 📝 `client/ios/NetBirdSDK/preferences.go` (+3 -2) 📝 `client/ios/NetBirdSDK/preferences_test.go` (+7 -4) </details> ### 📄 Description ## Describe your changes This PR includes all the necessary changes to support the new state manager on iOS. ## Issue ticket number and link ### Checklist - [ ] Is it a bug fix - [ ] Is a typo/documentation fix - [x] Is a feature enhancement - [ ] It is a refactor - [ ] Created tests that fail without the change (if possible) - [ ] Extended the README / documentation, if necessary --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2026-08-05 03:08:45 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#15966