From d3291a666444def018d0fabe47c9304a6029fbfd Mon Sep 17 00:00:00 2001 From: Michal Fousek Date: Thu, 3 Nov 2022 17:12:09 +0100 Subject: [PATCH] Fix Package.resolved file for Sample SDK app --- .../project.xcworkspace/xcshareddata/swiftpm/Package.resolved | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Example/ZcashLightClientSample/ZcashLightClientSample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Example/ZcashLightClientSample/ZcashLightClientSample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 331c202e..0e4aabdd 100644 --- a/Example/ZcashLightClientSample/ZcashLightClientSample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Example/ZcashLightClientSample/ZcashLightClientSample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -58,7 +58,7 @@ { "identity" : "sqlite.swift", "kind" : "remoteSourceControl", - "location" : "https://github.com/stephencelis/SQLite.swift.git", + "repositoryURL" : "https://github.com/stephencelis/SQLite.swift.git", "state" : { "revision" : "60a65015f6402b7c34b9a924f755ca0a73afeeaa", "version" : "0.13.1" @@ -139,7 +139,7 @@ { "identity" : "zcash-light-client-ffi", "kind" : "remoteSourceControl", - "location" : "https://github.com/zcash-hackworks/zcash-light-client-ffi", + "repositoryURL" : "https://github.com/zcash-hackworks/zcash-light-client-ffi", "state" : { "revision" : "4043e011f4d6a39b7671d48ca4a54c0085603b76", "version" : "0.1.0-beta.1"