From 314105d6c7328ef2d801488d58090decc434994a Mon Sep 17 00:00:00 2001 From: RomanTysiachnik Date: Thu, 11 Apr 2019 16:11:55 +0300 Subject: [PATCH] VVP SDK Release --- .travis.yml | 2 +- CHANGELOG.md | 17 +++++++++++++++++ PlayerControls | 2 +- PlayerCore | 2 +- VerizonVideoPartnerSDK.podspec | 8 ++++---- VideoRenderer | 2 +- 6 files changed, 25 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index e1136c2..37f8b65 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ matrix: script: - bundle exec fastlane test - bundle exec fastlane build_tvos_target - #- bundle exec fastlane build_tutorials + - bundle exec fastlane build_tutorials - bundle exec fastlane lint_current_podspec - bundle exec danger || true diff --git a/CHANGELOG.md b/CHANGELOG.md index 53410e0..f031612 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Change Log +## [1.4.0](https://github.com/VerizonAdPlatforms/VerizonVideoPartnerSDK-iOS/tree/1.4.0) (2019-04-11) +[Full Changelog](https://github.com/VerizonAdPlatforms/VerizonVideoPartnerSDK-iOS/compare/1.3.2...1.4.0) + +**Merged pull requests:** + +- Updated repos and added changes for Xcode 10.2 [\#108](https://github.com/VerizonAdPlatforms/VerizonVideoPartnerSDK-iOS/pull/108) ([RomanTysiachnik](https://github.com/RomanTysiachnik)) +- Switched to manual code signing [\#107](https://github.com/VerizonAdPlatforms/VerizonVideoPartnerSDK-iOS/pull/107) ([AndriiMoskvin](https://github.com/AndriiMoskvin)) +- Added some fixes for Xcode 10.2 support [\#106](https://github.com/VerizonAdPlatforms/VerizonVideoPartnerSDK-iOS/pull/106) ([RomanTysiachnik](https://github.com/RomanTysiachnik)) +- Updated controls with fixes for Replay video button [\#105](https://github.com/VerizonAdPlatforms/VerizonVideoPartnerSDK-iOS/pull/105) ([RomanTysiachnik](https://github.com/RomanTysiachnik)) +- Updated player controls submodule [\#104](https://github.com/VerizonAdPlatforms/VerizonVideoPartnerSDK-iOS/pull/104) ([RomanTysiachnik](https://github.com/RomanTysiachnik)) +- Added `sid` parameter to ad-start.gif [\#103](https://github.com/VerizonAdPlatforms/VerizonVideoPartnerSDK-iOS/pull/103) ([AndriiMoskvin](https://github.com/AndriiMoskvin)) +- Added Tracking Properties New Connector for failover detector [\#101](https://github.com/VerizonAdPlatforms/VerizonVideoPartnerSDK-iOS/pull/101) ([RomanTysiachnik](https://github.com/RomanTysiachnik)) +- Added actual parsing of failover feature [\#99](https://github.com/VerizonAdPlatforms/VerizonVideoPartnerSDK-iOS/pull/99) ([RomanTysiachnik](https://github.com/RomanTysiachnik)) +- Bump pod spec to 1.3.2 [\#98](https://github.com/VerizonAdPlatforms/VerizonVideoPartnerSDK-iOS/pull/98) ([VladyslavAnokhin](https://github.com/VladyslavAnokhin)) +- Implemented failover detector [\#97](https://github.com/VerizonAdPlatforms/VerizonVideoPartnerSDK-iOS/pull/97) ([RomanTysiachnik](https://github.com/RomanTysiachnik)) +- Added script to lint podspec only if necessary [\#93](https://github.com/VerizonAdPlatforms/VerizonVideoPartnerSDK-iOS/pull/93) ([RomanTysiachnik](https://github.com/RomanTysiachnik)) + ## [1.3.2](https://github.com/VerizonAdPlatforms/VerizonVideoPartnerSDK-iOS/tree/1.3.2) (2019-03-13) [Full Changelog](https://github.com/VerizonAdPlatforms/VerizonVideoPartnerSDK-iOS/compare/1.3.1...1.3.2) diff --git a/PlayerControls b/PlayerControls index 736e4bd..7cefbbe 160000 --- a/PlayerControls +++ b/PlayerControls @@ -1 +1 @@ -Subproject commit 736e4bd24e0dbbdf7cb3d1bff71e856f1fd0bde7 +Subproject commit 7cefbbe8649137582f54a4972fd735d864962515 diff --git a/PlayerCore b/PlayerCore index 2bf9795..daae892 160000 --- a/PlayerCore +++ b/PlayerCore @@ -1 +1 @@ -Subproject commit 2bf9795f5a4826bd6faecd178457b30cb9eebeed +Subproject commit daae8923f7e05e396045672c5a85343ac123894b diff --git a/VerizonVideoPartnerSDK.podspec b/VerizonVideoPartnerSDK.podspec index d30b8d4..8de168d 100644 --- a/VerizonVideoPartnerSDK.podspec +++ b/VerizonVideoPartnerSDK.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'VerizonVideoPartnerSDK' - s.version = '1.3.2' + s.version = '1.4.0' s.summary = 'Verizon Video Partner SDK' s.license = { type: 'MIT', file: 'LICENSE' } s.swift_version = '4.2' @@ -36,9 +36,9 @@ DESC s.static_framework = true - s.dependency 'VideoRenderer', '1.26' - s.dependency 'PlayerCore', '1.1.2' - s.ios.dependency 'PlayerControls', '2.0.1' + s.dependency 'VideoRenderer', '1.28' + s.dependency 'PlayerCore', '1.1.3' + s.ios.dependency 'PlayerControls', '2.0.2' s.ios.deployment_target = '9.0' s.tvos.deployment_target = '9.0' diff --git a/VideoRenderer b/VideoRenderer index 4739ccb..f7e1aa9 160000 --- a/VideoRenderer +++ b/VideoRenderer @@ -1 +1 @@ -Subproject commit 4739ccb0d20bcdb851e69ecde783fb0fa808a09a +Subproject commit f7e1aa97a38756fcd3c13057233f85bb0fedb8a1