Skip to content

Commit

Permalink
feat: Update Braze Kit to V11 (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonStalnaker authored Oct 16, 2024
1 parent 4898988 commit d93e071
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.19.0")),
.package(name: "braze-swift-sdk",
url: "https://github.com/braze-inc/braze-swift-sdk",
.upToNextMajor(from: "10.0.0")),
.upToNextMajor(from: "11.0.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 @@ -19,16 +19,16 @@ Pod::Spec.new do |s|
s.ios.source_files = 'Sources/**/*.{h,m,mm}'
s.ios.resource_bundles = { 'mParticle-Appboy-Privacy' => ['Sources/mParticle-Appboy/PrivacyInfo.xcprivacy'] }
s.ios.dependency 'mParticle-Apple-SDK', '~> 8.19'
s.ios.dependency 'BrazeKit', '~> 10.0'
s.ios.dependency 'BrazeKitCompat', '~> 10.0'
s.ios.dependency 'BrazeUI', '~> 10.0'
s.ios.dependency 'BrazeKit', '~> 11.0'
s.ios.dependency 'BrazeKitCompat', '~> 11.0'
s.ios.dependency 'BrazeUI', '~> 11.0'

s.tvos.deployment_target = "12.0"
s.tvos.source_files = 'Sources/**/*.{h,m,mm}'
s.tvos.resource_bundles = { 'mParticle-Appboy-Privacy' => ['Sources/mParticle-Appboy/PrivacyInfo.xcprivacy'] }
s.tvos.dependency 'mParticle-Apple-SDK', '~> 8.19'
s.tvos.dependency 'BrazeKit', '~> 10.0'
s.tvos.dependency 'BrazeKitCompat', '~> 10.0'
s.tvos.dependency 'BrazeKit', '~> 11.0'
s.tvos.dependency 'BrazeKitCompat', '~> 11.0'


end

0 comments on commit d93e071

Please sign in to comment.