commit c376385460c67eae09aa3d7e01fb7060c982b01d parent c4b0616b81d12484defacfe228fae98100e862de Author: Marc Stibane <marc@taler.net> Date: Thu, 4 Jan 2024 18:08:34 +0100 Exchange -> Banking Diffstat:
7 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/TalerWallet.xcodeproj/project.pbxproj b/TalerWallet.xcodeproj/project.pbxproj @@ -637,7 +637,7 @@ 4EB095412989CBFE0043A8A1 /* Main */, 4EB095342989CBFE0043A8A1 /* Balances */, 4EB0952E2989CBFE0043A8A1 /* Transactions */, - 4EB095272989CBFE0043A8A1 /* Exchange */, + 4EB095272989CBFE0043A8A1 /* Banking */, 4EB095242989CBFE0043A8A1 /* Settings */, 4ECB627E2A0BA4DA004ABBB7 /* Peer2peer */, 4EEC157129F7188B00D46A03 /* Sheets */, @@ -656,7 +656,7 @@ path = Settings; sourceTree = "<group>"; }; - 4EB095272989CBFE0043A8A1 /* Exchange */ = { + 4EB095272989CBFE0043A8A1 /* Banking */ = { isa = PBXGroup; children = ( 4EB095292989CBFE0043A8A1 /* ExchangeListView.swift */, @@ -666,7 +666,7 @@ 4EBA82AC2A3F580500E5F39A /* QuiteSomeCoins.swift */, 4EB431662A1E55C700C5690E /* ManualWithdrawDone.swift */, ); - path = Exchange; + path = Banking; sourceTree = "<group>"; }; 4EB0952A2989CBFE0043A8A1 /* Payment */ = { diff --git a/TalerWallet1/Views/Exchange/ExchangeListView.swift b/TalerWallet1/Views/Banking/ExchangeListView.swift diff --git a/TalerWallet1/Views/Exchange/ExchangeRowView.swift b/TalerWallet1/Views/Banking/ExchangeRowView.swift diff --git a/TalerWallet1/Views/Exchange/ExchangeSectionView.swift b/TalerWallet1/Views/Banking/ExchangeSectionView.swift diff --git a/TalerWallet1/Views/Exchange/ManualWithdraw.swift b/TalerWallet1/Views/Banking/ManualWithdraw.swift diff --git a/TalerWallet1/Views/Exchange/ManualWithdrawDone.swift b/TalerWallet1/Views/Banking/ManualWithdrawDone.swift diff --git a/TalerWallet1/Views/Exchange/QuiteSomeCoins.swift b/TalerWallet1/Views/Banking/QuiteSomeCoins.swift