Skip to content

Commit

Permalink
feat: Update Braze to Latest Version (#85)
Browse files Browse the repository at this point in the history
* feat: Update Braze to Latest Version

* Note: Braze no longer collects IDFV https://www.braze.com/docs/developer_guide/platform_integration_guides/swift/analytics/swift_idfv/
  • Loading branch information
BrandonStalnaker authored Dec 13, 2023
1 parent 582f2c4 commit 559937b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let package = Package(
.upToNextMajor(from: "8.0.0")),
.package(name: "braze-swift-sdk",
url: "https://github.com/braze-inc/braze-swift-sdk",
.upToNextMajor(from: "6.1.0")),
.upToNextMajor(from: "7.3.0")),
],
targets: [
.target(
Expand Down
10 changes: 5 additions & 5 deletions mParticle-Appboy.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ Pod::Spec.new do |s|
s.ios.deployment_target = "11.0"
s.ios.source_files = 'Sources/**/*.{h,m,mm}'
s.ios.dependency 'mParticle-Apple-SDK', '~> 8.0'
s.ios.dependency 'BrazeKit', '~> 6.1'
s.ios.dependency 'BrazeKitCompat', '~> 6.1'
s.ios.dependency 'BrazeUI', '~> 6.1'
s.ios.dependency 'BrazeKit', '~> 7.3'
s.ios.dependency 'BrazeKitCompat', '~> 7.3'
s.ios.dependency 'BrazeUI', '~> 7.3'

s.tvos.deployment_target = "11.0"
s.tvos.source_files = 'Sources/**/*.{h,m,mm}'
s.tvos.dependency 'mParticle-Apple-SDK', '~> 8.0'
s.tvos.dependency 'BrazeKit', '~> 6.1'
s.tvos.dependency 'BrazeKitCompat', '~> 6.1'
s.tvos.dependency 'BrazeKit', '~> 7.3'
s.tvos.dependency 'BrazeKitCompat', '~> 7.3'


end

0 comments on commit 559937b

Please sign in to comment.