Skip to content

Commit

Permalink
Merge release/1.123.0 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
daxmobile authored Jan 20, 2025
2 parents e47e5ad + c5f1f3c commit 3606764
Show file tree
Hide file tree
Showing 6 changed files with 3,885 additions and 4,184 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 = 346
CURRENT_PROJECT_VERSION = 347
2 changes: 1 addition & 1 deletion Configuration/Version.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MARKETING_VERSION = 1.122.0
MARKETING_VERSION = 1.123.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 = "\"3243e6f75825c955dfbae28fd65a5942\""
public static let embeddedDataSHA = "6526ec6fd0221136fcd393cbe21bf89dfe9fbaad28c634d8fdda277a7aa8a9db"
public static let embeddedDataETag = "\"0e0048c9ac6340f7434b75db358a5747\""
public static let embeddedDataSHA = "089e1c0f59404a65abdd14d9a1340e9a655d3d589960155a7c2e3855a80d30b7"
}

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 = "\"e1f8c59db22d1ed5e4989a4af894a132\""
public static let embeddedDataSHA = "580689a2b25b78ce951178615e5fc4d3e72401898165716279bb4809235715d8"
public static let embeddedDataETag = "\"5c0f8d8cdcd80e3f26889323dae1dff9\""
public static let embeddedDataSHA = "8adeee46059a00b6f68a402de2d2e4e108b6477504731da6eb3c7465613ba044"
}

var embeddedDataEtag: String {
Expand Down
Loading

0 comments on commit 3606764

Please sign in to comment.