Skip to content

Commit

Permalink
Merge release/1.104.0 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
daxmobile authored Aug 27, 2024
2 parents 407e351 + 043f7e4 commit 2b00b51
Show file tree
Hide file tree
Showing 6 changed files with 16,666 additions and 6,356 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 = 249
CURRENT_PROJECT_VERSION = 250
2 changes: 1 addition & 1 deletion Configuration/Version.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MARKETING_VERSION = 1.103.0
MARKETING_VERSION = 1.104.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 = "\"60a7573208b3468e30391f023f68c361\""
public static let embeddedDataSHA = "03ea154ce4b6a1f96533b49e05e33b87f69b97d0bef23a5872ede6be4d061dec"
public static let embeddedDataETag = "\"e2e01f769d64b248bff516166ddb19f5\""
public static let embeddedDataSHA = "aea5eeea59fba229fdf46a41b82ebc917593a5f2b86478a1c504c24df3632195"
}

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 = "\"e3fa88da678fd6b92ceb16d503b18e44\""
public static let embeddedDataSHA = "69c3811e71f94bd83cd0f7d0e743520dc10cecfee27cd7520c78ea84497b444e"
public static let embeddedDataETag = "\"f6be90988021838a1cab882b0ae57193\""
public static let embeddedDataSHA = "f8d0526b250fc607449a94fbd45b3010794a06ee46eece80ce9855d449f23180"
}

var embeddedDataEtag: String {
Expand Down
Loading

0 comments on commit 2b00b51

Please sign in to comment.