Skip to content

Commit

Permalink
Add force old app delegate flag (#1141)
Browse files Browse the repository at this point in the history
Task/Issue URL:
https://app.asana.com/0/414235014887631/1208832732122403/f
iOS PR: [n/a](duckduckgo/iOS#3727)
macOS PR: n/a 
What kind of version bump will this require?: Major

**Description**:
Simple privacy config flag that will allow us to use old app delegate in
case of any issues.
  • Loading branch information
jaceklyp authored Dec 19, 2024
1 parent b71ed70 commit 55a08df
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ public enum PrivacyFeature: String {
case textZoom
case adAttributionReporting
case experimentTest
case forceOldAppDelegate
}

/// An abstraction to be implemented by any "subfeature" of a given `PrivacyConfiguration` feature.
Expand Down

0 comments on commit 55a08df

Please sign in to comment.