Skip to content

Commit

Permalink
Update BSK
Browse files Browse the repository at this point in the history
  • Loading branch information
miasma13 committed Mar 19, 2024
1 parent 3859489 commit 266ed6c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -10028,8 +10028,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/DuckDuckGo/BrowserServicesKit";
requirement = {
branch = daniel/privacyProFF;
kind = branch;
kind = exactVersion;
version = 126.2.0;
};
};
B6F997C22B8F374300476735 /* XCRemoteSwiftPackageReference "apple-toolbox" */ = {
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" : {
"branch" : "daniel/privacyProFF",
"revision" : "0c5f9289452d06ed30944b828d2e32dff5dbfdca"
"revision" : "0c73586c2628381b8a63be65fd2bc1824e58d7f9",
"version" : "126.2.0"
}
},
{
Expand Down Expand Up @@ -183,7 +183,7 @@
{
"identity" : "trackerradarkit",
"kind" : "remoteSourceControl",
"location" : "https://github.com/duckduckgo/TrackerRadarKit",
"location" : "https://github.com/duckduckgo/TrackerRadarKit.git",
"state" : {
"revision" : "a6b7ba151d9dc6684484f3785293875ec01cc1ff",
"version" : "1.2.2"
Expand Down
2 changes: 1 addition & 1 deletion DuckDuckGo/DefaultNetworkProtectionVisibility.swift
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ struct DefaultNetworkProtectionVisibility: NetworkProtectionFeatureVisibility {
#endif
}

return featureFlagger.isFeatureOn(.subscription)
return AppDependencyProvider.shared.subscriptionFeatureAvailability.isFeatureAvailable
}

// todo - https://app.asana.com/0/0/1206844038943626/f
Expand Down

0 comments on commit 266ed6c

Please sign in to comment.