Skip to content

Commit

Permalink
Merge release/1.116.0 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
daxmobile authored Nov 25, 2024
2 parents f98c384 + b6d4bfc commit 6cbfec0
Show file tree
Hide file tree
Showing 6 changed files with 3,779 additions and 3,264 deletions.
2 changes: 1 addition & 1 deletion Configuration/BuildNumber.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CURRENT_PROJECT_VERSION = 314
CURRENT_PROJECT_VERSION = 315
2 changes: 1 addition & 1 deletion Configuration/Version.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MARKETING_VERSION = 1.115.0
MARKETING_VERSION = 1.116.0
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import BrowserServicesKit
final class AppPrivacyConfigurationDataProvider: EmbeddedDataProvider {

public struct Constants {
public static let embeddedDataETag = "\"41e6ceb883c48b6f49002d0181832671\""
public static let embeddedDataSHA = "19e8f4d1a27d51df8c2e153f868c62845f43a876db09176c0bc809e1fbfff1fd"
public static let embeddedDataETag = "\"caca2b6021afe596dba0c6f1f2388087\""
public static let embeddedDataSHA = "4150b55672f9f0e52829dd26be51e86f3c544281209f547db4da0f8831a3c9c7"
}

var embeddedDataEtag: String {
Expand Down
4 changes: 2 additions & 2 deletions DuckDuckGo/ContentBlocker/AppTrackerDataSetProvider.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import BrowserServicesKit
final class AppTrackerDataSetProvider: EmbeddedDataProvider {

public struct Constants {
public static let embeddedDataETag = "\"d2b2d827e636087583eb5aec0deed5f8\""
public static let embeddedDataSHA = "0bcc608609cc3fae1b67a423a5271946845fcfaa216d7fe87718f468aaa8da5c"
public static let embeddedDataETag = "\"79fa338d0a84c5b7d1fd67fd36cb7c39\""
public static let embeddedDataSHA = "dd570a974e598d5de8986f25176ce79678d20b80abd3acab32556f3803be3bd2"
}

var embeddedDataEtag: String {
Expand Down
Loading

0 comments on commit 6cbfec0

Please sign in to comment.