Skip to content

Commit

Permalink
spm: update simpletoast + codescanner + ldknode
Browse files Browse the repository at this point in the history
  • Loading branch information
reez authored Jan 17, 2025
1 parent 3fb7261 commit 740f939
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions LDKNodeMonday.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@
repositoryURL = "https://github.com/lightningdevkit/ldk-node.git";
requirement = {
kind = exactVersion;
version = 0.4.0;
version = 0.4.2;
};
};
AE01C5AE2AB3BEED00F28C7E /* XCRemoteSwiftPackageReference "KeychainAccess" */ = {
Expand All @@ -933,15 +933,15 @@
repositoryURL = "https://github.com/sanzaru/SimpleToast.git";
requirement = {
kind = exactVersion;
version = 0.8.1;
version = 0.10.1;
};
};
AEE5B7632A09B1FC001E5E59 /* XCRemoteSwiftPackageReference "CodeScanner" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/twostraws/CodeScanner";
requirement = {
kind = exactVersion;
version = 2.0.0;
version = 2.5.2;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class LightningNodeService {

self.network = Network(stringValue: storedNetworkString) ?? .signet
self.keyService = keyService

let documentsPath = FileManager.default.getDocumentsDirectoryPath()
let networkPath = URL(fileURLWithPath: documentsPath)
.appendingPathComponent(network.description)
Expand Down
2 changes: 1 addition & 1 deletion LDKNodeMonday/View Model/Profile/SettingsViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class SettingsViewModel: ObservableObject {
try LightningNodeService.shared.deleteWallet()
try self.keyClient.deleteNetwork()
try self.keyClient.deleteEsplora()

DispatchQueue.main.async {
self.appState = .onboarding
}
Expand Down

0 comments on commit 740f939

Please sign in to comment.