Skip to content

Commit

Permalink
Merge release/1.84.0 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
daxmobile authored Apr 15, 2024
2 parents 6a3c17f + 4a357fc commit d550bef
Show file tree
Hide file tree
Showing 4 changed files with 137 additions and 241 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 = 162
CURRENT_PROJECT_VERSION = 163
2 changes: 1 addition & 1 deletion Configuration/Version.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MARKETING_VERSION = 1.83.0
MARKETING_VERSION = 1.84.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 = "\"fd95ad4da437370f57ea8c2e2d03f48f\""
public static let embeddedDataSHA = "f11d34eb516a2ba722c22e15ff8cdee5e5b2570adbf9d1b22d50438b30f57188"
public static let embeddedDataETag = "\"a482727f0d20b29eabd1e22fde2d54cf\""
public static let embeddedDataSHA = "993aa84559944a8866e40cebbce02beee2b1597f86b63f998d000d2a0e5d617a"
}

var embeddedDataEtag: String {
Expand Down
Loading

0 comments on commit d550bef

Please sign in to comment.