Skip to content

Commit

Permalink
chore(*): move to swift-player-analytics instead of ios-player-analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Oct 13, 2023
1 parent f83b9e5 commit 255467b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
}
},
{
"identity" : "api.video-ios-player-analytics",
"identity" : "api.video-swift-player-analytics",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apivideo/api.video-ios-player-analytics.git",
"location" : "https://github.com/apivideo/api.video-swift-player-analytics",
"state" : {
"revision" : "a9811da994c2dedbd387888c92e292abfd738948",
"version" : "1.1.1"
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ 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/apivideo/api.video-ios-player-analytics", from: "1.1.1"),
.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")
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
// Targets can depend on other targets in this package, and on products in packages this package depends on.
.target(
name: "ApiVideoPlayer",
dependencies: [.product(name: "ApiVideoPlayerAnalytics", package: "api.video-ios-player-analytics")],
dependencies: [.product(name: "ApiVideoPlayerAnalytics", package: "api.video-swift-player-analytics")],
resources: [.process("Resources")]
),
.testTarget(
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ We are using external library

| Plugin | README |
|---------------------------------------------------------------------------------------|--------------------------------------------------------------------------------|
| [ApiVideoPlayerAnalytics](https://github.com/apivideo/api.video-ios-player-analytics) | [README.md](https://github.com/apivideo/api.video-ios-player-analytics#readme) |
| [ApiVideoPlayerAnalytics](https://github.com/apivideo/api.video-swift-player-analytics) | [README.md](https://github.com/apivideo/api.video-swift-player-analytics#readme) |

# FAQ

Expand Down
4 changes: 2 additions & 2 deletions Sources/ApiVideoPlayer/Documentation.docc/Getting Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,11 @@ We are using external library

| Plugin | README |
|---------------------------------------------------------------------------------------|--------------------------------------------------------------------------------|
| [ApiVideoPlayerAnalytics](https://github.com/apivideo/api.video-ios-player-analytics) | [README.md](https://github.com/apivideo/api.video-ios-player-analytics#readme) |
| [ApiVideoPlayerAnalytics](https://github.com/apivideo/api.video-swift-player-analytics) | [README.md](https://github.com/apivideo/api.video-swift-player-analytics#readme) |

## FAQ

If you have any questions, ask us here: [https://community.api.video](https://community.api.video) or
use [Issues](https://github.com/apivideo/api.video-ios-player-analytics/issues).
use [Issues](https://github.com/apivideo/api.video-swift-player/issues).


0 comments on commit 255467b

Please sign in to comment.