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 370dc422..d6c4612a 100644 --- a/Example/ZcashLightClientSample/ZcashLightClientSample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Example/ZcashLightClientSample/ZcashLightClientSample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -138,11 +138,11 @@ }, { "package": "libzcashlc", - "repositoryURL": "https://github.com/zcash-hackworks/zcash-light-client-ffi.git", + "repositoryURL": "https://github.com/nuttycom/zcash-light-client-ffi.git", "state": { - "branch": null, - "revision": "b7e8a2abab84c44046b4afe4ee4522a0fa2fcc7f", - "version": "0.0.3" + "branch": "bin/librustzcash_0_7-migrations", + "revision": "dbf7ac51a7de0bbc2c1088973236d68ceb752361", + "version": null } } ] diff --git a/Example/ZcashLightClientSample/ZcashLightClientSample/AppDelegate.swift b/Example/ZcashLightClientSample/ZcashLightClientSample/AppDelegate.swift index 0afdecd4..45c0686d 100644 --- a/Example/ZcashLightClientSample/ZcashLightClientSample/AppDelegate.swift +++ b/Example/ZcashLightClientSample/ZcashLightClientSample/AppDelegate.swift @@ -49,7 +49,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate { loggerProxy: loggerProxy ) - try! wallet.initialize() + _ = try! wallet.initialize(with: DemoAppConfig.seed) var storage = SampleStorage.shared storage!.seed = Data(DemoAppConfig.seed) storage!.privateKey = try! DerivationTool(networkType: kZcashNetwork.networkType) diff --git a/Example/ZcashLightClientSample/ZcashLightClientSample/Base.lproj/Main.storyboard b/Example/ZcashLightClientSample/ZcashLightClientSample/Base.lproj/Main.storyboard index 21e455a9..cecb96ea 100644 --- a/Example/ZcashLightClientSample/ZcashLightClientSample/Base.lproj/Main.storyboard +++ b/Example/ZcashLightClientSample/ZcashLightClientSample/Base.lproj/Main.storyboard @@ -1,9 +1,7 @@ - - + - - + @@ -14,21 +12,21 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + -