Skip to content

Commit 08a2d34

Browse files
authored
release/3.4.0
Braze dependency updated to v9.0+
2 parents 81eca47 + f900b83 commit 08a2d34

8 files changed

+35
-25
lines changed

Cartfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
github "tealium/tealium-swift" ~> 2.12
2-
binary "https://raw.githubusercontent.com/Tealium/tealium-ios-braze-remote-command/main/braze.json" ~> 8.0
2+
binary "https://raw.githubusercontent.com/Tealium/tealium-ios-braze-remote-command/main/braze.json" ~> 9.0

Cartfile.resolved

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
binary "https://raw.githubusercontent.com/Tealium/tealium-ios-braze-remote-command/MT-1524/braze.json" "8.4.0"
2-
github "tealium/tealium-swift" "2.12.3"
1+
binary "braze.json" "9.3.0"
2+
github "tealium/tealium-swift" "2.13.0"

Package.resolved

+13-4
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,26 @@
66
"repositoryURL": "https://github.com/braze-inc/braze-swift-sdk",
77
"state": {
88
"branch": null,
9-
"revision": "aeb3213fcabcd95f4c4831d895eb01a60db26b87",
10-
"version": "5.6.2"
9+
"revision": "5bf78ca1f37c4824bb37ee8dd66ed1b17b8a45ff",
10+
"version": "9.3.0"
11+
}
12+
},
13+
{
14+
"package": "SDWebImage",
15+
"repositoryURL": "https://github.com/SDWebImage/SDWebImage.git",
16+
"state": {
17+
"branch": null,
18+
"revision": "b8523c1642f3c142b06dd98443ea7c48343a4dfd",
19+
"version": "5.19.3"
1120
}
1221
},
1322
{
1423
"package": "TealiumSwift",
1524
"repositoryURL": "https://github.com/tealium/tealium-swift",
1625
"state": {
1726
"branch": null,
18-
"revision": "ef4631c662546abda787b365ba0976cd49de6ffa",
19-
"version": "2.8.2"
27+
"revision": "384536125778089c6144ea22b0a88f223f268b87",
28+
"version": "2.13.0"
2029
}
2130
}
2231
]

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ let package = Package(
1111
],
1212
dependencies: [
1313
.package(url: "https://github.com/tealium/tealium-swift", .upToNextMajor(from: "2.12.0")),
14-
.package(url: "https://github.com/braze-inc/braze-swift-sdk", .upToNextMajor(from: "8.0.0"))
14+
.package(url: "https://github.com/braze-inc/braze-swift-sdk", .upToNextMajor(from: "9.0.0"))
1515
],
1616
targets: [
1717
.target(

Sources/BrazeConstants.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public enum BrazeConstants {
1414
static let separator: Character = ","
1515
static let commandId = "braze"
1616
static let description = "Braze Remote Command"
17-
static let version = "3.3.0"
17+
static let version = "3.4.0"
1818

1919
enum Commands: String {
2020
case initialize = "initialize"

TealiumBraze.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
44
s.name = "TealiumBraze"
55
s.module_name = "TealiumBraze"
6-
s.version = "3.3.0"
6+
s.version = "3.4.0"
77
s.summary = "Tealium Swift and Braze integration"
88
s.description = <<-DESC
99
Tealium's integration with Braze for iOS.
@@ -32,7 +32,7 @@ Pod::Spec.new do |s|
3232
# ――― Dependencies ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
3333
s.ios.dependency 'tealium-swift/Core', '~> 2.12'
3434
s.ios.dependency 'tealium-swift/RemoteCommands', '~> 2.12'
35-
s.ios.dependency 'BrazeKit', '~> 8.0'
35+
s.ios.dependency 'BrazeKit', '~> 9.0'
3636
s.static_framework = true
3737

3838
end

TealiumBrazeExample/Podfile.lock

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
PODS:
2-
- BrazeKit (8.4.0)
3-
- BrazeLocation (8.4.0):
4-
- BrazeKit (= 8.4.0)
5-
- tealium-swift/Core (2.12.3)
6-
- tealium-swift/Lifecycle (2.12.3):
2+
- BrazeKit (9.3.0)
3+
- BrazeLocation (9.3.0):
4+
- BrazeKit (= 9.3.0)
5+
- tealium-swift/Core (2.13.0)
6+
- tealium-swift/Lifecycle (2.13.0):
77
- tealium-swift/Core
8-
- tealium-swift/RemoteCommands (2.12.3):
8+
- tealium-swift/RemoteCommands (2.13.0):
99
- tealium-swift/Core
10-
- tealium-swift/TagManagement (2.12.3):
10+
- tealium-swift/TagManagement (2.13.0):
1111
- tealium-swift/Core
12-
- TealiumBraze (3.3.0):
13-
- BrazeKit (~> 8.0)
12+
- TealiumBraze (3.4.0):
13+
- BrazeKit (~> 9.0)
1414
- tealium-swift/Core (~> 2.12)
1515
- tealium-swift/RemoteCommands (~> 2.12)
1616

@@ -31,11 +31,11 @@ EXTERNAL SOURCES:
3131
:path: "../"
3232

3333
SPEC CHECKSUMS:
34-
BrazeKit: 7aa946734211e8371c6525447db98406ded44402
35-
BrazeLocation: cb2a1befb02fc7ef180fdfd1287f985bf0e87b0d
36-
tealium-swift: 3979f3eadf84e5c9ec391f2cba01375e36d4b26c
37-
TealiumBraze: d44c744362d04065f89d11f4d868bca95772a7a0
34+
BrazeKit: 149a9b3386d14b67f6f7a0010053282021f93518
35+
BrazeLocation: 48dabd69e12b13c23222b69247a4239807c9664a
36+
tealium-swift: f2a1d022bae58151c7ff31d2a063008cfe6463d8
37+
TealiumBraze: af453e2758490a06ea463183a49fc9ec8bad9fc6
3838

3939
PODFILE CHECKSUM: bd36620a6237490c846dcfc61142c9bc2791390d
4040

41-
COCOAPODS: 1.15.2
41+
COCOAPODS: 1.14.2

braze.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"9.3.0":"https://github.com/braze-inc/braze-swift-sdk/releases/download/9.3.0/BrazeKit.zip",
23
"8.4.0":"https://github.com/braze-inc/braze-swift-sdk/releases/download/8.4.0/BrazeKit.zip",
34
"7.2.0":"https://github.com/braze-inc/braze-swift-sdk/releases/download/7.2.0/BrazeKit.zip",
45
"5.8.1":"https://github.com/braze-inc/braze-swift-sdk/releases/download/5.8.1/BrazeKit.zip",

0 commit comments

Comments
 (0)