Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.

Commit

Permalink
VVP SDK Release
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanTysiachnik committed Apr 11, 2019
1 parent 5c94c68 commit 314105d
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion PlayerControls
2 changes: 1 addition & 1 deletion PlayerCore
8 changes: 4 additions & 4 deletions VerizonVideoPartnerSDK.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion VideoRenderer

0 comments on commit 314105d

Please sign in to comment.