Skip to content

Commit

Permalink
C.S.S Bump (Via BSK) (#3346)
Browse files Browse the repository at this point in the history
Task/Issue URL:
https://app.asana.com/0/1204099484721401/1208271424696738/f

BSK PR: duckduckgo/BrowserServicesKit#983

**Description**:
- Updates C.S.S
- Adds subfeature flag
  • Loading branch information
afterxleep authored Sep 12, 2024
1 parent 76204ad commit 966fa49
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Core/FeatureFlag.swift
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ extension FeatureFlag: FeatureFlagSourceProviding {
case .newTabPageSections:
return .remoteDevelopment(.feature(.newTabPageImprovements))
case .duckPlayer:
return .remoteReleasable(.feature(.duckPlayer))
return .remoteReleasable(.subfeature(DuckPlayerSubfeature.enableDuckPlayer))
case .sslCertificatesBypass:
return .remoteReleasable(.subfeature(SslCertificatesSubfeature.allowBypass))
case .syncPromotionBookmarks:
Expand Down
2 changes: 1 addition & 1 deletion DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -10853,7 +10853,7 @@
repositoryURL = "https://github.com/DuckDuckGo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 193.0.3;
version = 193.1.0;
};
};
9F8FE9472BAE50E50071E372 /* XCRemoteSwiftPackageReference "lottie-spm" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/DuckDuckGo/BrowserServicesKit",
"state" : {
"revision" : "c68e68a0036796628ffdea8d449e5df39ceceb4d",
"version" : "193.0.3"
"revision" : "b55c174793e630d6ec4e0ef471f32a557697cc21",
"version" : "193.1.0"
}
},
{
"identity" : "content-scope-scripts",
"kind" : "remoteSourceControl",
"location" : "https://github.com/duckduckgo/content-scope-scripts",
"state" : {
"revision" : "b8c858a33cfe665ddfe177df4dbd63d12f6777a6",
"version" : "6.14.1"
"revision" : "9f3717b3913a12956f1386fe7b657f68545fba83",
"version" : "6.15.0"
}
},
{
Expand Down

Large diffs are not rendered by default.

0 comments on commit 966fa49

Please sign in to comment.