react-native-theoplayer 2.12.0 → 2.12.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.1.0/)
6
6
  and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [2.12.1] - 23-09-14
9
+
10
+ ### Fixed
11
+
12
+ - Fixed an issue on Android where the player SDK dependency could resolve to version 6.+.
13
+ - Fixed an issue on iOS where the player integration dependencies could resolve to version 6.+.
14
+
8
15
  ## [2.12.0] - 23-09-04
9
16
 
10
17
  ### Added
package/README.md CHANGED
@@ -9,9 +9,9 @@ This projects falls under the license as defined in https://github.com/THEOplaye
9
9
  ## Table of Contents
10
10
 
11
11
  1. [Overview](#overview)
12
- 1. [How to use these guides](#how-to-use-these-guides)
13
- 1. [Prerequisites](#prerequisites)
14
- 2. [Getting Started](#getting-started)
12
+ 2. [How to use these guides](#how-to-use-these-guides)
13
+ 3. [Prerequisites](#prerequisites)
14
+ 4. [Getting Started](#getting-started)
15
15
 
16
16
  ## Overview
17
17
 
@@ -58,9 +58,11 @@ functionality. Currently, the following connectors are available:
58
58
  | Package name | Purpose | Registry |
59
59
  |---------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|
60
60
  | [`@theoplayer/react-native-analytics-adobe`](https://github.com/THEOplayer/react-native-theoplayer-analytics) | Adobe analytics connector | [![npm](https://img.shields.io/npm/v/@theoplayer/react-native-analytics-adobe)](https://www.npmjs.com/package/@theoplayer/react-native-analytics-adobe) |
61
+ | [`@theoplayer/react-native-analytics-agama`](https://github.com/THEOplayer/react-native-theoplayer-analytics) | Agama analytics connector | [![npm](https://img.shields.io/npm/v/@theoplayer/react-native-analytics-agama)](https://www.npmjs.com/package/@theoplayer/react-native-analytics-agama) |
61
62
  | [`@theoplayer/react-native-analytics-comscore`](https://github.com/THEOplayer/react-native-theoplayer-analytics) | Comscore analytics connector | [![npm](https://img.shields.io/npm/v/@theoplayer/react-native-analytics-comscore)](https://www.npmjs.com/package/@theoplayer/react-native-analytics-comscore) |
62
63
  | [`@theoplayer/react-native-analytics-conviva`](https://github.com/THEOplayer/react-native-theoplayer-analytics) | Conviva analytics connector | [![npm](https://img.shields.io/npm/v/@theoplayer/react-native-analytics-conviva)](https://www.npmjs.com/package/@theoplayer/react-native-analytics-conviva) |
63
64
  | [`@theoplayer/react-native-analytics-nielsen`](https://github.com/THEOplayer/react-native-theoplayer-analytics) | Nielsen analytics connector | [![npm](https://img.shields.io/npm/v/@theoplayer/react-native-analytics-nielsen)](https://www.npmjs.com/package/@theoplayer/react-native-analytics-nielsen) |
65
+ | [`@theoplayer/react-native-analytics-youbora`](https://github.com/THEOplayer/react-native-theoplayer-analytics) | Youbora analytics connector | [![npm](https://img.shields.io/npm/v/@theoplayer/react-native-analytics-youbora)](https://www.npmjs.com/package/@theoplayer/react-native-analytics-youbora) |
64
66
  | [`@theoplayer/react-native-drm`](https://github.com/THEOplayer/react-native-theoplayer-drm) | Content protection (DRM) connectors | [![npm](https://img.shields.io/npm/v/@theoplayer/react-native-drm)](https://www.npmjs.com/package/@theoplayer/react-native-drm) |
65
67
  | [`@theoplayer/react-native-ui`](https://github.com/THEOplayer/react-native-theoplayer-ui) | React Native user interface | [![npm](https://img.shields.io/npm/v/@theoplayer/react-native-ui)](https://www.npmjs.com/package/@theoplayer/react-native-ui) |
66
68
  | [`@theoplayer/react-native-connector-template`](https://github.com/THEOplayer/react-native-theoplayer-connector-template) | A template for `react-native-theoplayer` connectors. | [![npm](https://img.shields.io/npm/v/@theoplayer/react-native-connector-template)](https://www.npmjs.com/package/@theoplayer/react-native-connector-template) |
@@ -105,8 +105,8 @@ dependencies {
105
105
  implementation "com.theoplayer.theoplayer-sdk-android:ads-wrapper:4.8.0"
106
106
  implementation "androidx.appcompat:appcompat:1.4.+"
107
107
 
108
- // The minimum supported version is 5.0.1
109
- def theoplayer_sdk_version = safeExtGet('THEOplayer_sdk', '[5.0.1,)')
108
+ // The minimum supported version is 5.10.0
109
+ def theoplayer_sdk_version = safeExtGet('THEOplayer_sdk', '[5.10,6.0)')
110
110
 
111
111
  // def theoplayer_mediasession_version = safeExtGet('THEOplayer_mediasession', theoplayer_sdk_version)
112
112
  def theoplayer_mediasession_version = "5.2.0-local"
@@ -3,7 +3,6 @@
3
3
  // Theoplayer
4
4
  //
5
5
  // Created by William van Haevre on 14/01/2022.
6
- // Copyright © 2022 Facebook. All rights reserved.
7
6
  //
8
7
 
9
8
  #import <React/RCTViewManager.h>
@@ -2,8 +2,6 @@
2
2
  // THEOplayerRCTNetworkUtils.swift
3
3
  // Theoplayer
4
4
  //
5
- // Created by William van Haevre on 14/11/2022.
6
- //
7
5
 
8
6
  import Foundation
9
7
 
@@ -2,9 +2,6 @@
2
2
  // Printing.swift
3
3
  // THEOliveSDK
4
4
  //
5
- // Created by William van Haevre on 21/06/2021.
6
- //
7
-
8
5
  import Foundation
9
6
 
10
7
  class PrintUtils {
@@ -2,9 +2,6 @@
2
2
  // THEOplayerRCTViewManager.swift
3
3
  // Theoplayer
4
4
  //
5
- // Created by William van Haevre on 14/01/2022.
6
- // Copyright © 2022 Facebook. All rights reserved.
7
- //
8
5
 
9
6
  import Foundation
10
7
  import UIKit
@@ -2,10 +2,6 @@
2
2
  // THEOplayerRCTAdsAPI.swift
3
3
  // Theoplayer
4
4
  //
5
- // Created by William van Haevre on 09/09/2022.
6
- // Copyright © 2022 Facebook. All rights reserved.
7
- //
8
-
9
5
  import Foundation
10
6
  import UIKit
11
7
  #if canImport(THEOplayerGoogleIMAIntegration)
@@ -2,9 +2,6 @@
2
2
  // THEOplayerRCTAdsAPI.swift
3
3
  // Theoplayer
4
4
  //
5
- // Created by William van Haevre on 09/09/2022.
6
- // Copyright © 2022 Facebook. All rights reserved.
7
- //
8
5
 
9
6
  import Foundation
10
7
 
@@ -2,9 +2,6 @@
2
2
  // THEOplayerRCTContentProtectionAPI.swift
3
3
  // Theoplayer
4
4
  //
5
- // Created by William van Haevre on 09/09/2022.
6
- // Copyright © 2022 Facebook. All rights reserved.
7
- //
8
5
 
9
6
  import Foundation
10
7
  import UIKit
@@ -2,8 +2,6 @@
2
2
  // THEOplayerRCTContentProtectionIntegration.swift
3
3
  // Theoplayer
4
4
  //
5
- // Created by William van Haevre on 28/10/2022.
6
- //
7
5
 
8
6
  import Foundation
9
7
  import THEOplayerSDK
@@ -2,8 +2,6 @@
2
2
  // THEOplayerRCTContentProtectionIntegrationFactory.swift
3
3
  // Theoplayer
4
4
  //
5
- // Created by William van Haevre on 28/10/2022.
6
- //
7
5
 
8
6
  import Foundation
9
7
  import THEOplayerSDK
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-theoplayer",
3
- "version": "2.12.0",
3
+ "version": "2.12.1",
4
4
  "description": "A THEOplayer video component for react-native.",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -36,18 +36,18 @@ Pod::Spec.new do |s|
36
36
  }
37
37
  else
38
38
  puts "Using THEOplayer-core SDK"
39
- s.dependency "THEOplayerSDK-core", "~> 5.9"
39
+ s.dependency "THEOplayerSDK-core", "~> 5.11"
40
40
  if theofeatures.include?("GOOGLE_IMA")
41
41
  puts "Adding THEOplayer-Integration-GoogleIMA"
42
- s.dependency "THEOplayer-Integration-GoogleIMA"
42
+ s.dependency "THEOplayer-Integration-GoogleIMA", "~> 5.11"
43
43
  end
44
44
  if theofeatures.include?("CHROMECAST")
45
45
  puts "Adding THEOplayer-Integration-GoogleCast"
46
- s.ios.dependency "THEOplayer-Integration-GoogleCast"
46
+ s.ios.dependency "THEOplayer-Integration-GoogleCast", "~> 5.11"
47
47
  end
48
48
  if theofeatures.include?("SIDELOADED_TEXTTRACKS")
49
49
  puts "Adding THEOplayer-Connector-SideloadedSubtitle"
50
- s.dependency "THEOplayer-Connector-SideloadedSubtitle"
50
+ s.dependency "THEOplayer-Connector-SideloadedSubtitle", "~> 5.11"
51
51
  end
52
52
  end
53
53