Skip to content

Commit c27e912

Browse files
committed
Change Package.swift to work for local builds
Since we are still closed source, linking to the github release doesn't work at the moment so we should prefer the locally built ones.
1 parent 0bf0415 commit c27e912

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

bindings/swift/Package.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ let package = Package(
2121
),
2222
.binaryTarget(
2323
name: "OrangeSDKFFI",
24-
url: "https://github.com/lightningdevkit/orange-sdk/releases/download/v0.1.0-alpha.1/OrangeSDKFFI.xcframework.zip",
25-
checksum: "b4830908bb71a6878974d3e2984cdef23f01b1fbe2b19bc209cef27df12a15d5"
24+
//url: "https://github.com/lightningdevkit/orange-sdk/releases/download/v0.1.0-alpha.1/OrangeSDKFFI.xcframework.zip",
25+
//checksum: "",
26+
path: "./OrangeSDKFFI.xcframework"
2627
)
2728
]
2829
)

0 commit comments

Comments
 (0)