Skip to content

Commit

Permalink
Update dependencies to official tags
Browse files Browse the repository at this point in the history
  • Loading branch information
pyby committed Aug 11, 2022
1 parent ffa3d16 commit 66953ad
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,27 @@
"package": "libextobjc",
"repositoryURL": "https://github.com/SRGSSR/libextobjc.git",
"state": {
"branch": "master",
"branch": null,
"revision": "9c9a7327410fe3f7cdb695965ced43b9a7766ee0",
"version": null
"version": "0.6.0-srg4"
}
},
{
"package": "MAKVONotificationCenter",
"repositoryURL": "https://github.com/SRGSSR/MAKVONotificationCenter.git",
"state": {
"branch": "master",
"branch": null,
"revision": "8bde3cdc872085bd31f4cfe546bdf8e6932a0806",
"version": null
"version": "1.0.0-srg6"
}
},
{
"package": "SRGLogger",
"repositoryURL": "https://github.com/SRGSSR/srglogger-apple.git",
"state": {
"branch": "develop",
"revision": "3b7c04bccfb6714d2ea9589e98591ed9088d128e",
"version": null
"branch": null,
"revision": "dd98468422044b53e283d970809b8502e1ef5b8d",
"version": "3.1.0"
}
}
]
Expand Down
14 changes: 7 additions & 7 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,27 @@
"package": "libextobjc",
"repositoryURL": "https://github.com/SRGSSR/libextobjc.git",
"state": {
"branch": "master",
"branch": null,
"revision": "9c9a7327410fe3f7cdb695965ced43b9a7766ee0",
"version": null
"version": "0.6.0-srg4"
}
},
{
"package": "MAKVONotificationCenter",
"repositoryURL": "https://github.com/SRGSSR/MAKVONotificationCenter.git",
"state": {
"branch": "master",
"branch": null,
"revision": "8bde3cdc872085bd31f4cfe546bdf8e6932a0806",
"version": null
"version": "1.0.0-srg6"
}
},
{
"package": "SRGLogger",
"repositoryURL": "https://github.com/SRGSSR/srglogger-apple.git",
"state": {
"branch": "develop",
"revision": "3b7c04bccfb6714d2ea9589e98591ed9088d128e",
"version": null
"branch": null,
"revision": "dd98468422044b53e283d970809b8502e1ef5b8d",
"version": "3.1.0"
}
}
]
Expand Down
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ let package = Package(
)
],
dependencies: [
.package(name: "libextobjc", url: "https://github.com/SRGSSR/libextobjc.git", .branch("master")),
.package(name: "MAKVONotificationCenter", url: "https://github.com/SRGSSR/MAKVONotificationCenter.git", .branch("master")),
.package(name: "SRGLogger", url: "https://github.com/SRGSSR/srglogger-apple.git", .branch("develop"))
.package(name: "libextobjc", url: "https://github.com/SRGSSR/libextobjc.git", .exact("0.6.0-srg4")),
.package(name: "MAKVONotificationCenter", url: "https://github.com/SRGSSR/MAKVONotificationCenter.git", .exact("1.0.0-srg6")),
.package(name: "SRGLogger", url: "https://github.com/SRGSSR/srglogger-apple.git", .upToNextMinor(from: "3.1.0"))
],
targets: [
.target(
Expand Down

0 comments on commit 66953ad

Please sign in to comment.