Skip to content

Commit 0e9f310

Browse files
ayoySlayterDev
andauthored
Enable Sync on Apple platforms (duckduckgo#1738)
Co-authored-by: Brad Slayter <SlayterDev@users.noreply.github.com>
1 parent 2ff2cad commit 0e9f310

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

overrides/ios-override.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@
131131
}
132132
},
133133
"sync": {
134-
"state": "internal"
134+
"state": "enabled",
135+
"minSupportedVersion": "7.104.0"
135136
},
136137
"trackerAllowlist": {
137138
"state": "enabled",

overrides/macos-override.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,8 @@
544544
}
545545
},
546546
"sync": {
547-
"state": "internal"
547+
"state": "enabled",
548+
"minSupportedVersion": "1.70.0"
548549
},
549550
"trackerAllowlist": {
550551
"settings": {

0 commit comments

Comments
 (0)