Bump to Logboard up 2.3.1

This commit is contained in:
shogo4405 2023-04-01 16:25:46 +09:00
parent 0bcfe9aea1
commit bae06f303d
4 changed files with 3 additions and 4 deletions

View File

@ -1 +1 @@
github "shogo4405/Logboard" ~> 2.3.0
github "shogo4405/Logboard" ~> 2.3.1

View File

@ -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

View File

@ -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"),

View File

@ -15,7 +15,6 @@ enum ElementaryStreamType: UInt8 {
case h265 = 0x24
}
struct ElementaryStreamSpecificData {
static let fixedHeaderSize: Int = 5