Skip to content

Commit e0fd82e

Browse files
Revert Package.swift for local development
1 parent eebe963 commit e0fd82e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ let package = Package(
2121
.package(url: "https://github.com/apple/swift-algorithms", from: "1.2.0")
2222
],
2323
targets: [
24-
.binaryTarget(name: "RustFramework", url: "https://github.com/spruceid/sprucekit-mobile/releases/download/0.13.17/RustFramework.xcframework.zip", checksum: "fbed6a4421d2a8e2e5c97bb13f5575df01a59b8b754bccd30d85d0ad1e74a59b"),
24+
.binaryTarget(name: "RustFramework", path: "rust/MobileSdkRs/RustFramework.xcframework"),
2525
.target(
2626
name: "SpruceIDMobileSdkRs",
2727
dependencies: [

0 commit comments

Comments
 (0)