Bump to Logboard up 2.3.1
This commit is contained in:
parent
0bcfe9aea1
commit
bae06f303d
2
Cartfile
2
Cartfile
|
@ -1 +1 @@
|
|||
github "shogo4405/Logboard" ~> 2.3.0
|
||||
github "shogo4405/Logboard" ~> 2.3.1
|
||||
|
|
|
@ -25,6 +25,6 @@ Pod::Spec.new do |s|
|
|||
s.tvos.source_files = "Platforms/tvOS/*.{h,swift}"
|
||||
|
||||
s.source_files = "Sources/**/*.swift"
|
||||
s.dependency 'Logboard', '~> 2.3.0'
|
||||
s.dependency 'Logboard', '~> 2.3.1'
|
||||
|
||||
end
|
||||
|
|
|
@ -13,7 +13,7 @@ let package = Package(
|
|||
.library(name: "HaishinKit", targets: ["HaishinKit"])
|
||||
],
|
||||
dependencies: [
|
||||
.package(url: "https://github.com/shogo4405/Logboard.git", from: "2.3.0")
|
||||
.package(url: "https://github.com/shogo4405/Logboard.git", from: "2.3.1")
|
||||
],
|
||||
targets: [
|
||||
.target(name: "SwiftPMSupport"),
|
||||
|
|
|
@ -15,7 +15,6 @@ enum ElementaryStreamType: UInt8 {
|
|||
case h265 = 0x24
|
||||
}
|
||||
|
||||
|
||||
struct ElementaryStreamSpecificData {
|
||||
static let fixedHeaderSize: Int = 5
|
||||
|
||||
|
|
Loading…
Reference in New Issue