Skip to content

Commit

Permalink
sync.seamlessAccountSwitching macOS/iOS overrides (#2690)
Browse files Browse the repository at this point in the history
* sync.seamlessAccountSwitching macOS/iOS overrides

* Include features from features/sync.json
  • Loading branch information
graeme authored Jan 29, 2025
1 parent 75d790f commit f870677
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 2 deletions.
19 changes: 18 additions & 1 deletion overrides/ios-override.json
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,24 @@
},
"sync": {
"state": "enabled",
"minSupportedVersion": "7.104.0"
"minSupportedVersion": "7.104.0",
"features": {
"level0ShowSync": {
"state": "enabled"
},
"level1AllowDataSyncing": {
"state": "enabled"
},
"level2AllowSetupFlows": {
"state": "enabled"
},
"level3AllowCreateAccount": {
"state": "enabled"
},
"seamlessAccountSwitching": {
"state": "enabled"
}
}
},
"syncPromotion": {
"state": "enabled",
Expand Down
19 changes: 18 additions & 1 deletion overrides/macos-override.json
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,24 @@
},
"sync": {
"state": "enabled",
"minSupportedVersion": "1.70.0"
"minSupportedVersion": "1.70.0",
"features": {
"level0ShowSync": {
"state": "enabled"
},
"level1AllowDataSyncing": {
"state": "enabled"
},
"level2AllowSetupFlows": {
"state": "enabled"
},
"level3AllowCreateAccount": {
"state": "enabled"
},
"seamlessAccountSwitching": {
"state": "enabled"
}
}
},
"syncPromotion": {
"state": "enabled",
Expand Down

0 comments on commit f870677

Please sign in to comment.