Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit bed5390

Browse files
authored
Merge release/ios/7.156.0 into main
2 parents fc8e924 + a449fa1 commit bed5390

5 files changed

Lines changed: 89 additions & 217 deletions

File tree

Configuration/BuildNumber.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CURRENT_PROJECT_VERSION = 5
1+
CURRENT_PROJECT_VERSION = 0

Configuration/Version.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
MARKETING_VERSION = 7.155.0
1+
MARKETING_VERSION = 7.156.0

Core/AppPrivacyConfigurationDataProvider.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ import BrowserServicesKit
2323
final public class AppPrivacyConfigurationDataProvider: EmbeddedDataProvider {
2424

2525
public struct Constants {
26-
public static let embeddedDataETag = "\"f2d9cc4a68f9407e4d96f1b3e5203994\""
27-
public static let embeddedDataSHA = "0d12521c01d53f416b010b72947910639c1006168742501d62c73ce68659ac71"
26+
public static let embeddedDataETag = "\"f6119c5fdfae457f4d5268c9e54dd3e3\""
27+
public static let embeddedDataSHA = "631b830c9dfd567466d9548b29920881f509b4efefcd76cff293347e1f5d9511"
2828
}
2929

3030
public var embeddedDataEtag: String {

0 commit comments

Comments
 (0)