Skip to content

Commit

Permalink
chore(deps): upgrade to HaishinKit 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Jun 18, 2024
1 parent 22b87c1 commit 99323fb
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ApiVideoLiveStream.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion ApiVideoLiveStream.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "shogo4405/HaishinKit.swift" ~> 1.8.1
github "shogo4405/HaishinKit.swift" ~> 1.9.0
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 99323fb

Please sign in to comment.