Skip to content

Commit

Permalink
Merge release/1.119.0 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
daxmobile authored Dec 16, 2024
2 parents 2df5bda + bbea457 commit 8502ecd
Show file tree
Hide file tree
Showing 4 changed files with 121 additions and 148 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 = 329
CURRENT_PROJECT_VERSION = 330
2 changes: 1 addition & 1 deletion Configuration/Version.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MARKETING_VERSION = 1.118.0
MARKETING_VERSION = 1.119.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 = "\"895df9590bc9c2c5217e9fd151416cd2\""
public static let embeddedDataSHA = "0bb502ce523d67e7ced8cf88f3c2c4b743c99229a3c0e9edbaa73c70f5b71d1c"
public static let embeddedDataETag = "\"36cb9b7c85e95d81192f94333083061d\""
public static let embeddedDataSHA = "4657ec2c7665722c768b344f4b731591bc5ba2a840cf75275f56b8e6c94b7f1c"
}

var embeddedDataEtag: String {
Expand Down
Loading

0 comments on commit 8502ecd

Please sign in to comment.