Skip to content

Commit

Permalink
local again
Browse files Browse the repository at this point in the history
  • Loading branch information
CyonAlexRDX committed Feb 16, 2024
1 parent abe7356 commit 1cef575
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PackageDescription

let sargonBinaryTargetName = "SargonCoreRS"
let binaryTarget: Target
let useLocalFramework = false
let useLocalFramework = true

if useLocalFramework {
binaryTarget = .binaryTarget(
Expand Down
2 changes: 1 addition & 1 deletion examples/iOS/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let package = Package(
targets: ["Planbok"]),
],
dependencies: [
.package(url: "https://github.com/radixdlt/sargon", branch: "build_scrip_and_CD"),
.package(name: "Sargon", path: "../.."),
.package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.8.0"),
.package(url: "https://github.com/tgrapperon/swift-dependencies-additions", from: "1.0.1"),
.package(url: "https://github.com/kishikawakatsumi/KeychainAccess", from: "4.2.2"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,6 @@
"version" : "4.2.2"
}
},
{
"identity" : "sargon",
"kind" : "remoteSourceControl",
"location" : "https://github.com/radixdlt/sargon",
"state" : {
"branch" : "build_scrip_and_CD",
"revision" : "7418d89c33f7536195a0ddf10b8fd2eb9581347b"
}
},
{
"identity" : "swift-case-paths",
"kind" : "remoteSourceControl",
Expand Down

0 comments on commit 1cef575

Please sign in to comment.