Skip to content

Commit

Permalink
Update to DNA 3.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LamineNdy committed Aug 13, 2019
1 parent dbe042f commit cc56b8b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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.9'
s.version = '1.1.10'
s.swift_version = '5.0'
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.12.0'
s.dependency 'StreamrootSDK', '~> 3.14.0'
end
6 changes: 3 additions & 3 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
binary "https://sdk.streamroot.io/ios/StreamrootSDK.json" ~> 3.12.0
github "apple/swift-protobuf" "1.5.0"
binary "https://sdk.streamroot.io/ios/StreamrootSDK.json" ~> 3.14.0
github "apple/swift-protobuf" "1.6.0"
github "daltoniam/Starscream" "3.1.0"
github "getsentry/sentry-cocoa" "4.3.4"
github "getsentry/sentry-cocoa" "4.4.0"
6 changes: 3 additions & 3 deletions 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.13"
github "apple/swift-protobuf" "1.5.0"
binary "https://sdk.streamroot.io/ios/StreamrootSDK.json" "3.14"
github "apple/swift-protobuf" "1.6.0"
github "daltoniam/Starscream" "3.1.0"
github "getsentry/sentry-cocoa" "4.3.4"
github "getsentry/sentry-cocoa" "4.4.0"
2 changes: 1 addition & 1 deletion PlayerDNAPlugin/Classes/AVPlayerPlugin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import StreamrootSDK
public init(manifestUrl: URL, config: DNAConfig) {
self.manifestUrl = manifestUrl
self.config = config
qosModule = StreamrootQosModule(moduleType: .plugin)
qosModule = DNAQos.module(type: .plugin)
playbackState = .idle
super.init()
}
Expand Down
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>1.1.9</string>
<string>1.1.10</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down

0 comments on commit cc56b8b

Please sign in to comment.