Skip to content

Commit

Permalink
feat: update to latest Braze iOS and tvOS versions (4.x) (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
einsteinx2 authored Nov 17, 2021
1 parent a7993c6 commit 015d112
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mParticle-Appboy.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ Pod::Spec.new do |s|
s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 8.0'
s.ios.frameworks = 'CoreTelephony', 'SystemConfiguration'
s.libraries = 'z'
s.ios.dependency 'Appboy-iOS-SDK', '~> 4.3'
s.ios.dependency 'Appboy-iOS-SDK', '~> 4.4'

s.tvos.deployment_target = "9.0"
s.ios.source_files = 'Sources/**/*.{h,m,mm}'
s.tvos.dependency 'mParticle-Apple-SDK/mParticle', '~> 8.0'
s.tvos.frameworks = 'SystemConfiguration'
s.tvos.dependency 'Appboy-tvOS-SDK', '~> 3.27'
s.tvos.dependency 'Appboy-tvOS-SDK', '~> 4.3'

s.tvos.pod_target_xcconfig = {
'EXCLUDED_ARCHS[sdk=appletvsimulator*]' => 'arm64'
Expand Down

0 comments on commit 015d112

Please sign in to comment.