Skip to content

Commit

Permalink
Update to SDK 3.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LamineNdy committed Jan 21, 2020
1 parent 4fc3855 commit 104f35d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions AVPlayerDNAPlugin.podspec
Original file line number Diff line number Diff line change
@@ -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/'
Expand All @@ -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
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion PlayerDNAPlugin/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<string>1.1.15</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down

0 comments on commit 104f35d

Please sign in to comment.