Skip to content

Commit

Permalink
Update SRGMediaPlayer and SRGDataProvider (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyby authored Aug 3, 2023
1 parent 972b9c8 commit 16558f9
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@
"package": "SRGDataProvider",
"repositoryURL": "https://github.com/SRGSSR/srgdataprovider-apple.git",
"state": {
"branch": "develop",
"revision": "1300445e42638f00bc4a0281000e21a70c4bd3ee",
"version": null
"branch": null,
"revision": "93a46a26d9ea068e3d812755e5a44c7402b2ad04",
"version": "18.0.0"
}
},
{
Expand Down Expand Up @@ -105,8 +105,8 @@
"repositoryURL": "https://github.com/SRGSSR/srgmediaplayer-apple.git",
"state": {
"branch": null,
"revision": "0e5993756dc0fdfa892205fcf5bf3b9e62dd22ac",
"version": "7.1.0"
"revision": "63a8b41213360f625f2171a18718a7e5f14c4874",
"version": "7.2.0"
}
},
{
Expand Down
10 changes: 5 additions & 5 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@
"package": "SRGDataProvider",
"repositoryURL": "https://github.com/SRGSSR/srgdataprovider-apple.git",
"state": {
"branch": "develop",
"revision": "1300445e42638f00bc4a0281000e21a70c4bd3ee",
"version": null
"branch": null,
"revision": "93a46a26d9ea068e3d812755e5a44c7402b2ad04",
"version": "18.0.0"
}
},
{
Expand Down Expand Up @@ -105,8 +105,8 @@
"repositoryURL": "https://github.com/SRGSSR/srgmediaplayer-apple.git",
"state": {
"branch": null,
"revision": "0e5993756dc0fdfa892205fcf5bf3b9e62dd22ac",
"version": "7.1.0"
"revision": "63a8b41213360f625f2171a18718a7e5f14c4874",
"version": "7.2.0"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ let package = Package(
dependencies: [
.package(name: "ComScore", url: "https://github.com/comScore/Comscore-Swift-Package-Manager.git", .upToNextMinor(from: "6.10.0")),
.package(name: "SRGContentProtection", url: "https://github.com/SRGSSR/srgcontentprotection-apple.git", .upToNextMinor(from: "3.1.0")),
.package(name: "SRGDataProvider", url: "https://github.com/SRGSSR/srgdataprovider-apple.git", .branch("develop")),
.package(name: "SRGDataProvider", url: "https://github.com/SRGSSR/srgdataprovider-apple.git", .upToNextMinor(from: "18.0.0")),
.package(name: "SRGIdentity", url: "https://github.com/SRGSSR/srgidentity-apple.git", .upToNextMinor(from: "3.3.0")),
.package(name: "SRGLogger", url: "https://github.com/SRGSSR/srglogger-apple.git", .upToNextMinor(from: "3.1.0")),
.package(name: "SRGMediaPlayer", url: "https://github.com/SRGSSR/srgmediaplayer-apple.git", .upToNextMinor(from: "7.1.0")),
.package(name: "SRGMediaPlayer", url: "https://github.com/SRGSSR/srgmediaplayer-apple.git", .upToNextMinor(from: "7.2.0")),
.package(name: "TCCore", url: "https://github.com/SRGSSR/TCCore-xcframework-apple.git", .exact("4.5.4-srg5")),
.package(name: "TCSDK", url: "https://github.com/SRGSSR/TCSDK-xcframework-apple.git", .exact("4.4.1-srg5"))
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@
"package": "SRGDataProvider",
"repositoryURL": "https://github.com/SRGSSR/srgdataprovider-apple.git",
"state": {
"branch": "develop",
"revision": "1300445e42638f00bc4a0281000e21a70c4bd3ee",
"version": null
"branch": null,
"revision": "93a46a26d9ea068e3d812755e5a44c7402b2ad04",
"version": "18.0.0"
}
},
{
Expand Down Expand Up @@ -114,8 +114,8 @@
"repositoryURL": "https://github.com/SRGSSR/srgmediaplayer-apple.git",
"state": {
"branch": null,
"revision": "0e5993756dc0fdfa892205fcf5bf3b9e62dd22ac",
"version": "7.1.0"
"revision": "63a8b41213360f625f2171a18718a7e5f14c4874",
"version": "7.2.0"
}
},
{
Expand Down

0 comments on commit 16558f9

Please sign in to comment.