mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-19 19:53:25 +01:00
Package.swift Roxas use SideStore port
Signed-off-by: Joseph Mattello <mail@joemattiello.com>
This commit is contained in:
committed by
Joe Mattiello
parent
65c43d683c
commit
c59043068e
@@ -54,7 +54,7 @@ let package = Package(
|
|||||||
] + devProducts,
|
] + devProducts,
|
||||||
dependencies: [
|
dependencies: [
|
||||||
.package(url: "https://github.com/danger/swift.git", from: "3.0.0"), // dev
|
.package(url: "https://github.com/danger/swift.git", from: "3.0.0"), // dev
|
||||||
.package(url: "https://github.com/JoeMatt/Roxas.git", branch: "swiftpm"),
|
.package(url: "https://github.com/SideStore/Roxas.git", branch: "swiftpm"),
|
||||||
// Danger Plugins
|
// Danger Plugins
|
||||||
// .package(url: "https://github.com/username/DangerPlugin.git", from: "0.1.0") // dev
|
// .package(url: "https://github.com/username/DangerPlugin.git", from: "0.1.0") // dev
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user