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.tvos.source_files = "Platforms/tvOS/*.{h,swift}"
|
||||||
|
|
||||||
s.source_files = "Sources/**/*.swift"
|
s.source_files = "Sources/**/*.swift"
|
||||||
s.dependency 'Logboard', '~> 2.3.0'
|
s.dependency 'Logboard', '~> 2.3.1'
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
|
@ -13,7 +13,7 @@ let package = Package(
|
||||||
.library(name: "HaishinKit", targets: ["HaishinKit"])
|
.library(name: "HaishinKit", targets: ["HaishinKit"])
|
||||||
],
|
],
|
||||||
dependencies: [
|
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: [
|
targets: [
|
||||||
.target(name: "SwiftPMSupport"),
|
.target(name: "SwiftPMSupport"),
|
||||||
|
|
|
@ -15,7 +15,6 @@ enum ElementaryStreamType: UInt8 {
|
||||||
case h265 = 0x24
|
case h265 = 0x24
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
struct ElementaryStreamSpecificData {
|
struct ElementaryStreamSpecificData {
|
||||||
static let fixedHeaderSize: Int = 5
|
static let fixedHeaderSize: Int = 5
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue