Skip to content

Commit

Permalink
Update BSK version to support userTips NetP Flag (#3416)
Browse files Browse the repository at this point in the history
Task/Issue URL:
https://app.asana.com/0/72649045549333/1208381891916914/f


**Description**:
Update BSK version to support userTips NetP Flag
  • Loading branch information
Bunn authored Oct 8, 2024
1 parent 760b7e8 commit 44d78d6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Core/FeatureFlag.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ public enum FeatureFlag: String {
case onboardingHighlights
case autofillSurveys
case autcompleteTabs

/// https://app.asana.com/0/72649045549333/1208231259093710/f
case networkProtectionUserTips
}

extension FeatureFlag: FeatureFlagSourceProviding {
Expand Down Expand Up @@ -92,6 +95,8 @@ extension FeatureFlag: FeatureFlagSourceProviding {
return .remoteReleasable(.feature(.autofillSurveys))
case .autcompleteTabs:
return .remoteReleasable(.feature(.autocompleteTabs))
case .networkProtectionUserTips:
return .remoteReleasable(.subfeature(NetworkProtectionSubfeature.userTips))
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -10947,7 +10947,7 @@
repositoryURL = "https://github.com/DuckDuckGo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 198.2.1;
version = 198.3.1;
};
};
9F8FE9472BAE50E50071E372 /* XCRemoteSwiftPackageReference "lottie-spm" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/DuckDuckGo/BrowserServicesKit",
"state" : {
"revision" : "b60b38bace7262e0c4a006018b7e4b060ba4b754",
"version" : "198.2.1"
"revision" : "4e6a8da6a088439565ed7f6a2ac83e83ad7fd10e",
"version" : "198.3.1"
}
},
{
Expand Down

0 comments on commit 44d78d6

Please sign in to comment.