Skip to content

Commit

Permalink
Bump BSK, add Free Trials Feature Flag (#3655)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/0/1208767141940869/f

**Description**: Bump BSK and add Free Trials Feature Flag
  • Loading branch information
aataraxiaa authored Dec 2, 2024
1 parent c82e1c8 commit c5b9886
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 @@ -58,6 +58,9 @@ public enum FeatureFlag: String {
case crashReportOptInStatusResetting
case isPrivacyProLaunchedROW
case isPrivacyProLaunchedROWOverride

/// https://app.asana.com/0/0/1208767141940869/f
case freeTrials
}

extension FeatureFlag: FeatureFlagDescribing {
Expand Down Expand Up @@ -137,6 +140,8 @@ extension FeatureFlag: FeatureFlagDescribing {
return .remoteReleasable(.subfeature(PrivacyProSubfeature.isLaunchedROW))
case .isPrivacyProLaunchedROWOverride:
return .remoteReleasable(.subfeature(PrivacyProSubfeature.isLaunchedROWOverride))
case .freeTrials:
return .remoteDevelopment(.subfeature(PrivacyProSubfeature.freeTrials))
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -11243,7 +11243,7 @@
repositoryURL = "https://github.com/DuckDuckGo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 216.0.0;
version = 216.0.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" : "1f1a9f979671e886699ef9b5edd572bc6b490875",
"version" : "216.0.0"
"revision" : "59f8fb2f850f8a0482c604d07396e01e8de59d21",
"version" : "216.0.1"
}
},
{
Expand Down

0 comments on commit c5b9886

Please sign in to comment.