Skip to content

Commit

Permalink
release/3.4.0
Browse files Browse the repository at this point in the history
Braze dependency updated to v9.0+
  • Loading branch information
jameskeith authored Jul 8, 2024
2 parents 81eca47 + f900b83 commit 08a2d34
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 25 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "tealium/tealium-swift" ~> 2.12
binary "https://raw.githubusercontent.com/Tealium/tealium-ios-braze-remote-command/main/braze.json" ~> 8.0
binary "https://raw.githubusercontent.com/Tealium/tealium-ios-braze-remote-command/main/braze.json" ~> 9.0
4 changes: 2 additions & 2 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
binary "https://raw.githubusercontent.com/Tealium/tealium-ios-braze-remote-command/MT-1524/braze.json" "8.4.0"
github "tealium/tealium-swift" "2.12.3"
binary "braze.json" "9.3.0"
github "tealium/tealium-swift" "2.13.0"
17 changes: 13 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,26 @@
"repositoryURL": "https://github.com/braze-inc/braze-swift-sdk",
"state": {
"branch": null,
"revision": "aeb3213fcabcd95f4c4831d895eb01a60db26b87",
"version": "5.6.2"
"revision": "5bf78ca1f37c4824bb37ee8dd66ed1b17b8a45ff",
"version": "9.3.0"
}
},
{
"package": "SDWebImage",
"repositoryURL": "https://github.com/SDWebImage/SDWebImage.git",
"state": {
"branch": null,
"revision": "b8523c1642f3c142b06dd98443ea7c48343a4dfd",
"version": "5.19.3"
}
},
{
"package": "TealiumSwift",
"repositoryURL": "https://github.com/tealium/tealium-swift",
"state": {
"branch": null,
"revision": "ef4631c662546abda787b365ba0976cd49de6ffa",
"version": "2.8.2"
"revision": "384536125778089c6144ea22b0a88f223f268b87",
"version": "2.13.0"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/tealium/tealium-swift", .upToNextMajor(from: "2.12.0")),
.package(url: "https://github.com/braze-inc/braze-swift-sdk", .upToNextMajor(from: "8.0.0"))
.package(url: "https://github.com/braze-inc/braze-swift-sdk", .upToNextMajor(from: "9.0.0"))
],
targets: [
.target(
Expand Down
2 changes: 1 addition & 1 deletion Sources/BrazeConstants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public enum BrazeConstants {
static let separator: Character = ","
static let commandId = "braze"
static let description = "Braze Remote Command"
static let version = "3.3.0"
static let version = "3.4.0"

enum Commands: String {
case initialize = "initialize"
Expand Down
4 changes: 2 additions & 2 deletions TealiumBraze.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Pod::Spec.new do |s|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.name = "TealiumBraze"
s.module_name = "TealiumBraze"
s.version = "3.3.0"
s.version = "3.4.0"
s.summary = "Tealium Swift and Braze integration"
s.description = <<-DESC
Tealium's integration with Braze for iOS.
Expand Down Expand Up @@ -32,7 +32,7 @@ Pod::Spec.new do |s|
# ――― Dependencies ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.ios.dependency 'tealium-swift/Core', '~> 2.12'
s.ios.dependency 'tealium-swift/RemoteCommands', '~> 2.12'
s.ios.dependency 'BrazeKit', '~> 8.0'
s.ios.dependency 'BrazeKit', '~> 9.0'
s.static_framework = true

end
28 changes: 14 additions & 14 deletions TealiumBrazeExample/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
PODS:
- BrazeKit (8.4.0)
- BrazeLocation (8.4.0):
- BrazeKit (= 8.4.0)
- tealium-swift/Core (2.12.3)
- tealium-swift/Lifecycle (2.12.3):
- BrazeKit (9.3.0)
- BrazeLocation (9.3.0):
- BrazeKit (= 9.3.0)
- tealium-swift/Core (2.13.0)
- tealium-swift/Lifecycle (2.13.0):
- tealium-swift/Core
- tealium-swift/RemoteCommands (2.12.3):
- tealium-swift/RemoteCommands (2.13.0):
- tealium-swift/Core
- tealium-swift/TagManagement (2.12.3):
- tealium-swift/TagManagement (2.13.0):
- tealium-swift/Core
- TealiumBraze (3.3.0):
- BrazeKit (~> 8.0)
- TealiumBraze (3.4.0):
- BrazeKit (~> 9.0)
- tealium-swift/Core (~> 2.12)
- tealium-swift/RemoteCommands (~> 2.12)

Expand All @@ -31,11 +31,11 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
BrazeKit: 7aa946734211e8371c6525447db98406ded44402
BrazeLocation: cb2a1befb02fc7ef180fdfd1287f985bf0e87b0d
tealium-swift: 3979f3eadf84e5c9ec391f2cba01375e36d4b26c
TealiumBraze: d44c744362d04065f89d11f4d868bca95772a7a0
BrazeKit: 149a9b3386d14b67f6f7a0010053282021f93518
BrazeLocation: 48dabd69e12b13c23222b69247a4239807c9664a
tealium-swift: f2a1d022bae58151c7ff31d2a063008cfe6463d8
TealiumBraze: af453e2758490a06ea463183a49fc9ec8bad9fc6

PODFILE CHECKSUM: bd36620a6237490c846dcfc61142c9bc2791390d

COCOAPODS: 1.15.2
COCOAPODS: 1.14.2
1 change: 1 addition & 0 deletions braze.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"9.3.0":"https://github.com/braze-inc/braze-swift-sdk/releases/download/9.3.0/BrazeKit.zip",
"8.4.0":"https://github.com/braze-inc/braze-swift-sdk/releases/download/8.4.0/BrazeKit.zip",
"7.2.0":"https://github.com/braze-inc/braze-swift-sdk/releases/download/7.2.0/BrazeKit.zip",
"5.8.1":"https://github.com/braze-inc/braze-swift-sdk/releases/download/5.8.1/BrazeKit.zip",
Expand Down

0 comments on commit 08a2d34

Please sign in to comment.