Skip to content

Commit fea8e44

Browse files
committed
chore: make xcodeslogin and kit non local SPM references
1 parent 3b5b4da commit fea8e44

2 files changed

Lines changed: 21 additions & 3 deletions

File tree

Package.resolved

Lines changed: 19 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ let package = Package(
2020
.package(url: "https://github.com/kishikawakatsumi/KeychainAccess.git", .upToNextMinor(from: "3.2.0")),
2121
.package(url: "https://github.com/xcodereleases/data", revision: "fcf527b187817f67c05223676341f3ab69d4214d"),
2222
.package(url: "https://github.com/onevcat/Rainbow.git", .upToNextMinor(from: "3.2.0")),
23-
.package(path: "../XcodesLoginKit"),
24-
.package(path: "../XcodesKit")
23+
.package(url: "https://github.com/XcodesOrg/XcodesLoginKit.git", branch: "main"),
24+
.package(url: "https://github.com/XcodesOrg/XcodesKit.git", .upToNextMinor(from: "1.0.3"))
2525
],
2626
targets: [
2727
.executableTarget(

0 commit comments

Comments
 (0)