Skip to content

Commit af4eb04

Browse files
authored
Merge pull request #367 from THEOplayer/bugfix/conviva/ios-relax-version-lock
Bugfix/conviva/ios relax version lock
2 parents 0942952 + acc9bd1 commit af4eb04

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.changeset/two-numbers-brush.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@theoplayer/react-native-analytics-conviva': patch
3+
---
4+
5+
Fixed an issue on iOS where the native ios connector version was locked to 10.8 patch updates.

conviva/react-native-theoplayer-conviva.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717
s.source_files = "ios/**/*.{h,m,mm,swift}"
1818

1919
s.dependency "react-native-theoplayer"
20-
s.dependency "THEOplayer-Connector-Conviva", "~> 10.8.0"
20+
s.dependency "THEOplayer-Connector-Conviva", "~> 10.8"
2121

2222
# Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
2323
# See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.

0 commit comments

Comments
 (0)