From 104f35d8ea084f7b9cf4fe7f28a8e2a01caf21f3 Mon Sep 17 00:00:00 2001 From: Lamine Ndiaye Date: Tue, 21 Jan 2020 11:48:21 +0100 Subject: [PATCH] Update to SDK 3.17.1 --- AVPlayerDNAPlugin.podspec | 4 ++-- Cartfile | 2 +- Cartfile.resolved | 2 +- PlayerDNAPlugin/Info.plist | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/AVPlayerDNAPlugin.podspec b/AVPlayerDNAPlugin.podspec index d5314b9..0c32d47 100644 --- a/AVPlayerDNAPlugin.podspec +++ b/AVPlayerDNAPlugin.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AVPlayerDNAPlugin' - s.version = '1.1.14' + s.version = '1.1.15' s.swift_version = '5.1' s.summary = 'Streamroot Distributed Network Architecture AVPlayer plugins, a new way to deliver large-scale OTT video' s.homepage = 'https://www.streamroot.io/' @@ -14,5 +14,5 @@ Pod::Spec.new do |s| s.source_files = 'PlayerDNAPlugin/Classes/*.swift' s.ios.deployment_target = '10.2' s.tvos.deployment_target = '10.2' - s.dependency 'StreamrootSDK', '~> 3.17.0' + s.dependency 'StreamrootSDK', '~> 3.17.1' end \ No newline at end of file diff --git a/Cartfile b/Cartfile index 03885c9..6ac866a 100755 --- a/Cartfile +++ b/Cartfile @@ -1,4 +1,4 @@ -binary "https://sdk.streamroot.io/ios/StreamrootSDK.json" ~> 3.17.0 +binary "https://sdk.streamroot.io/ios/StreamrootSDK.json" ~> 3.17.1 github "apple/swift-protobuf" "1.7.0" github "daltoniam/Starscream" "3.1.1" github "getsentry/sentry-cocoa" "4.4.0" diff --git a/Cartfile.resolved b/Cartfile.resolved index 4bc446f..6799054 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1,4 +1,4 @@ -binary "https://sdk.streamroot.io/ios/StreamrootSDK.json" "3.17.0" +binary "https://sdk.streamroot.io/ios/StreamrootSDK.json" "3.17.1" github "apple/swift-protobuf" "1.7.0" github "daltoniam/Starscream" "3.1.1" github "getsentry/sentry-cocoa" "4.4.0" diff --git a/PlayerDNAPlugin/Info.plist b/PlayerDNAPlugin/Info.plist index 75ac477..56e48b1 100644 --- a/PlayerDNAPlugin/Info.plist +++ b/PlayerDNAPlugin/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - $(MARKETING_VERSION) + 1.1.15 CFBundleVersion $(CURRENT_PROJECT_VERSION)