From 66953ad1ce3a39653748eccd308de3f240c15736 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Bertholon Date: Thu, 11 Aug 2022 19:14:15 +0200 Subject: [PATCH] Update dependencies to official tags --- .../xcshareddata/swiftpm/Package.resolved | 14 +++++++------- Package.resolved | 14 +++++++------- Package.swift | 6 +++--- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Demo/SRGMediaPlayer-demo.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Demo/SRGMediaPlayer-demo.xcworkspace/xcshareddata/swiftpm/Package.resolved index b4df51ea..17dd9091 100644 --- a/Demo/SRGMediaPlayer-demo.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Demo/SRGMediaPlayer-demo.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -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" } } ] diff --git a/Package.resolved b/Package.resolved index b4df51ea..17dd9091 100644 --- a/Package.resolved +++ b/Package.resolved @@ -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" } } ] diff --git a/Package.swift b/Package.swift index 3f6b7af3..eac28ac4 100644 --- a/Package.swift +++ b/Package.swift @@ -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(