Skip to content

Commit

Permalink
chore(*): move to swift-client instead of ios-client
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Oct 13, 2023
1 parent 255467b commit d913030
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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/Alamofire/Alamofire",
"state" : {
"revision" : "78424be314842833c04bc3bef5b72e85fff99204",
"version" : "5.6.4"
"revision" : "b2fa556e4e48cbf06cf8c63def138c98f4b811fa",
"version" : "5.8.0"
}
},
{
Expand All @@ -19,9 +19,9 @@
}
},
{
"identity" : "api.video-ios-client",
"identity" : "api.video-swift-client",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apivideo/api.video-ios-client",
"location" : "https://github.com/apivideo/api.video-swift-client",
"state" : {
"revision" : "ebd726b792dfddad484bc95af92a8cc6e27471ad",
"version" : "1.2.1"
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ let package = Package(
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(url: "https://github.com/apivideo/api.video-swift-player-analytics", from: "1.1.1"),
.package(url: "https://github.com/apivideo/api.video-ios-client", from: "1.2.1")
.package(url: "https://github.com/apivideo/api.video-swift-client", from: "1.2.1")
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand All @@ -33,7 +33,7 @@ let package = Package(
name: "ApiVideoPlayerTests",
dependencies: [
"ApiVideoPlayer",
.product(name: "ApiVideoClient", package: "api.video-ios-client")
.product(name: "ApiVideoClient", package: "api.video-swift-client")
],
path: "Tests/ApiVideoPlayerTests",
resources: [
Expand Down

0 comments on commit d913030

Please sign in to comment.