Skip to content

Commit

Permalink
Seamless account switching feature flag (#1188)
Browse files Browse the repository at this point in the history
Please review the release process for BrowserServicesKit
[here](https://app.asana.com/0/1200194497630846/1200837094583426).

**Required**:

Task/Issue URL:
https://app.asana.com/0/1142021229838617/1209000370243820/f
iOS PR: duckduckgo/iOS#3867
macOS PR: duckduckgo/macos-browser#3779
What kind of version bump will this require?: Major

**Description**:

Just a feature flag. Please see platform PRs for testing.

<!--
Before submitting a PR, please ensure you have tested the combinations
you expect the reviewer to test, then delete configurations you *know*
do not need explicit testing.

Using a simulator where a physical device is unavailable is acceptable.
-->

**OS Testing**:

* [ ] iOS 14
* [ ] iOS 15
* [ ] iOS 16
* [ ] macOS 10.15
* [ ] macOS 11
* [ ] macOS 12

---
###### Internal references:
[Software Engineering
Expectations](https://app.asana.com/0/59792373528535/199064865822552)
[Technical Design
Template](https://app.asana.com/0/59792373528535/184709971311943)
  • Loading branch information
graeme authored Jan 27, 2025
1 parent 5a37e3a commit 204a7de
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ public enum SyncSubfeature: String, PrivacySubfeature {
case level1AllowDataSyncing
case level2AllowSetupFlows
case level3AllowCreateAccount
case seamlessAccountSwitching
}

public enum AutoconsentSubfeature: String, PrivacySubfeature {
Expand Down

0 comments on commit 204a7de

Please sign in to comment.