From f54e924a047e7ef932075dc22f9b258c2c7048f1 Mon Sep 17 00:00:00 2001 From: Thomas Rademaker Date: Thu, 8 Jan 2026 14:46:36 -0500 Subject: [PATCH] use remote swift package --- Package.resolved | 11 ++++++++++- Package.swift | 4 ++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/Package.resolved b/Package.resolved index f782531..1a3af64 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "76f98c0d52def5e7d5c79516d2e7a4fdfa68c70d7d07bb400dd0095cef1c0b26", + "originHash" : "46681c90ffb61eca5269d3e2ab8743c6f802287641f8bccf7c47227aa7a6a97a", "pins" : [ { "identity" : "jwt-kit", @@ -10,6 +10,15 @@ "version" : "5.3.0" } }, + { + "identity" : "oauthenticator", + "kind" : "remoteSourceControl", + "location" : "https://github.com/radmakr/OAuthenticator.git", + "state" : { + "branch" : "CoreAtProtocol", + "revision" : "e382a28c7f7dbdb36ec358b1324e0d2320249c70" + } + }, { "identity" : "swift-asn1", "kind" : "remoteSourceControl", diff --git a/Package.swift b/Package.swift index e88623f..edb8f92 100644 --- a/Package.swift +++ b/Package.swift @@ -21,8 +21,8 @@ let package = Package( // Using fork with fix for WebAuthenticationSession platform guards // PR pending at https://github.com/ChimeHQ/OAuthenticator // .package(url: "https://github.com/ChimeHQ/OAuthenticator.git", branch: "main"), -// .package(url: "https://github.com/radmakr/OAuthenticator.git", branch: "CoreAtProtocol"), - .package(path: "../OAuthenticator"), + .package(url: "https://github.com/radmakr/OAuthenticator.git", branch: "CoreAtProtocol"), +// .package(path: "../OAuthenticator"), .package(url: "https://github.com/vapor/jwt-kit.git", from: "5.0.0"), ], targets: [ -- 2.51.2