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 +7 -0
- package/README.md +5 -3
- package/android/build.gradle +2 -2
- package/ios/THEOplayerRCTBridge.m +0 -1
- package/ios/THEOplayerRCTNetworkUtils.swift +0 -2
- package/ios/THEOplayerRCTPrintUtils.swift +0 -3
- package/ios/THEOplayerRCTViewManager.swift +0 -3
- package/ios/ads/THEOplayerRCTAdsAPI.swift +0 -4
- package/ios/casting/THEOplayerRCTCastAPI.swift +0 -3
- package/ios/contentprotection/THEOplayerRCTContentProtectionAPI.swift +0 -3
- package/ios/contentprotection/THEOplayerRCTProxyContentProtectionIntegration.swift +0 -2
- package/ios/contentprotection/THEOplayerRCTProxyContentProtectionIntegrationFactory.swift +0 -2
- package/package.json +1 -1
- package/react-native-theoplayer.podspec +4 -4
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
|
-
|
|
13
|
-
|
|
14
|
-
|
|
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 | [](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 | [](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 | [](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 | [](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 | [](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 | [](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 | [](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 | [](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. | [](https://www.npmjs.com/package/@theoplayer/react-native-connector-template) |
|
package/android/build.gradle
CHANGED
|
@@ -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
|
|
109
|
-
def theoplayer_sdk_version = safeExtGet('THEOplayer_sdk', '[5.0
|
|
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"
|
package/package.json
CHANGED
|
@@ -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.
|
|
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
|
|