From 99323fbccb3ca1b3182a0d3a0f3a534461c68e90 Mon Sep 17 00:00:00 2001 From: ThibaultBee <37510686+ThibaultBee@users.noreply.github.com> Date: Tue, 18 Jun 2024 11:12:55 +0200 Subject: [PATCH] chore(deps): upgrade to HaishinKit 1.9.0 --- ApiVideoLiveStream.podspec | 2 +- ApiVideoLiveStream.xcodeproj/project.pbxproj | 2 +- .../project.xcworkspace/xcshareddata/swiftpm/Package.resolved | 4 ++-- Cartfile | 2 +- Package.resolved | 4 ++-- Package.swift | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ApiVideoLiveStream.podspec b/ApiVideoLiveStream.podspec index e93ecab..da821cb 100644 --- a/ApiVideoLiveStream.podspec +++ b/ApiVideoLiveStream.podspec @@ -23,6 +23,6 @@ Pod::Spec.new do |spec| spec.source_files = "Sources/**/*.{h,m,swift}" spec.exclude_files = "Sources/Exclude" - spec.dependency "HaishinKit", "1.8.1" + spec.dependency "HaishinKit", "1.9.0" end diff --git a/ApiVideoLiveStream.xcodeproj/project.pbxproj b/ApiVideoLiveStream.xcodeproj/project.pbxproj index 4b03eec..dee3141 100644 --- a/ApiVideoLiveStream.xcodeproj/project.pbxproj +++ b/ApiVideoLiveStream.xcodeproj/project.pbxproj @@ -840,7 +840,7 @@ repositoryURL = "https://github.com/shogo4405/HaishinKit.swift"; requirement = { kind = exactVersion; - version = 1.8.1; + version = 1.9.0; }; }; /* End XCRemoteSwiftPackageReference section */ diff --git a/ApiVideoLiveStream.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/ApiVideoLiveStream.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 64eebfd..605344e 100644 --- a/ApiVideoLiveStream.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/ApiVideoLiveStream.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -6,8 +6,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/shogo4405/HaishinKit.swift", "state" : { - "revision" : "42535bd481aac034385f09878be2747566c01706", - "version" : "1.8.1" + "revision" : "b9350d7a05cb21c98cebaea83cd67c899dbcf060", + "version" : "1.9.0" } }, { diff --git a/Cartfile b/Cartfile index b972cb4..2fef846 100644 --- a/Cartfile +++ b/Cartfile @@ -1 +1 @@ -github "shogo4405/HaishinKit.swift" ~> 1.8.1 +github "shogo4405/HaishinKit.swift" ~> 1.9.0 diff --git a/Package.resolved b/Package.resolved index 5a48bb1..95bd92b 100644 --- a/Package.resolved +++ b/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/shogo4405/HaishinKit.swift", "state" : { - "revision" : "42535bd481aac034385f09878be2747566c01706", - "version" : "1.8.1" + "revision" : "b9350d7a05cb21c98cebaea83cd67c899dbcf060", + "version" : "1.9.0" } }, { diff --git a/Package.swift b/Package.swift index 96f791c..0fa8762 100644 --- a/Package.swift +++ b/Package.swift @@ -18,7 +18,7 @@ let package = Package( dependencies: [ // Dependencies declare other packages that this package depends on. // .package(url: /* package url */, from: "1.0.0"), - .package(url: "https://github.com/shogo4405/HaishinKit.swift", exact: "1.8.1") + .package(url: "https://github.com/shogo4405/HaishinKit.swift", exact: "1.9.0") ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite.