diff --git a/Package.resolved b/Package.resolved index 9c531c2..57c3c32 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "d5f06ff4dc275a59467f579767ee5db0fef2947a7df458b7911fd3809d83f96d", + "originHash" : "9342f3f18fb34939f00c8adb41c9b1703306efe25a36acb20d7e21ac7717a047", "pins" : [ { "identity" : "asynchttpnetworkservice", @@ -117,6 +117,24 @@ "version" : "1.0.3" } }, + { + "identity" : "xcodeskit", + "kind" : "remoteSourceControl", + "location" : "https://github.com/XcodesOrg/XcodesKit.git", + "state" : { + "revision" : "5bff14052f7664f75a4837547804e07c3c2dfe47", + "version" : "1.0.3" + } + }, + { + "identity" : "xcodesloginkit", + "kind" : "remoteSourceControl", + "location" : "https://github.com/XcodesOrg/XcodesLoginKit.git", + "state" : { + "branch" : "main", + "revision" : "9bece1ada36006b18b84caec62d14dc91b47ae2b" + } + }, { "identity" : "yams", "kind" : "remoteSourceControl", diff --git a/Package.swift b/Package.swift index 59addf9..95f790b 100644 --- a/Package.swift +++ b/Package.swift @@ -20,8 +20,8 @@ let package = Package( .package(url: "https://github.com/kishikawakatsumi/KeychainAccess.git", .upToNextMinor(from: "3.2.0")), .package(url: "https://github.com/xcodereleases/data", revision: "fcf527b187817f67c05223676341f3ab69d4214d"), .package(url: "https://github.com/onevcat/Rainbow.git", .upToNextMinor(from: "3.2.0")), - .package(path: "../XcodesLoginKit"), - .package(path: "../XcodesKit") + .package(url: "https://github.com/XcodesOrg/XcodesLoginKit.git", branch: "main"), + .package(url: "https://github.com/XcodesOrg/XcodesKit.git", .upToNextMinor(from: "1.0.3")) ], targets: [ .executableTarget(