Skip to content

Commit

Permalink
Merge release/1.118.0 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
daxmobile authored Dec 9, 2024
2 parents 65bfa97 + ca800e4 commit 5d200c0
Show file tree
Hide file tree
Showing 6 changed files with 550 additions and 468 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 = 324
CURRENT_PROJECT_VERSION = 325
2 changes: 1 addition & 1 deletion Configuration/Version.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MARKETING_VERSION = 1.117.0
MARKETING_VERSION = 1.118.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 = "\"e73f0caba0c26eb36c53e430a00fa416\""
public static let embeddedDataSHA = "d27eec7c10f0868e7a7511fc9f0d70ac028d6883df6361e30110895553cbd671"
public static let embeddedDataETag = "\"895df9590bc9c2c5217e9fd151416cd2\""
public static let embeddedDataSHA = "0bb502ce523d67e7ced8cf88f3c2c4b743c99229a3c0e9edbaa73c70f5b71d1c"
}

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
struct AppTrackerDataSetProvider: EmbeddedDataProvider {

public struct Constants {
public static let embeddedDataETag = "\"79fa338d0a84c5b7d1fd67fd36cb7c39\""
public static let embeddedDataSHA = "dd570a974e598d5de8986f25176ce79678d20b80abd3acab32556f3803be3bd2"
public static let embeddedDataETag = "\"e1f8c59db22d1ed5e4989a4af894a132\""
public static let embeddedDataSHA = "580689a2b25b78ce951178615e5fc4d3e72401898165716279bb4809235715d8"
}

var embeddedDataEtag: String {
Expand Down
Loading

0 comments on commit 5d200c0

Please sign in to comment.