[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-taler-ios] 69/204: Reorg
From: |
gnunet |
Subject: |
[taler-taler-ios] 69/204: Reorg |
Date: |
Thu, 05 Dec 2024 23:50:37 +0100 |
This is an automated email from the git hooks/post-receive script.
marc-stibane pushed a commit to branch master
in repository taler-ios.
commit c0191aa2bf89721de94eea9f43c149e148b834e1
Author: Marc Stibane <marc@taler.net>
AuthorDate: Tue Oct 15 13:49:00 2024 +0200
Reorg
---
TalerWallet.xcodeproj/project.pbxproj | 24 ++++++++++++++--------
.../{ => Actions}/Banking/DepositAmountV.swift | 0
.../Views/{ => Actions}/Banking/DepositIbanV.swift | 0
.../{ => Actions}/Banking/ManualWithdraw.swift | 0
.../{ => Actions}/Banking/ManualWithdrawDone.swift | 0
.../{ => Actions}/Banking/QuiteSomeCoins.swift | 0
.../{Banking => Exchange}/ExchangeListView.swift | 0
.../{Banking => Exchange}/ExchangeRowView.swift | 0
.../ExchangeSectionView.swift | 0
9 files changed, 16 insertions(+), 8 deletions(-)
diff --git a/TalerWallet.xcodeproj/project.pbxproj
b/TalerWallet.xcodeproj/project.pbxproj
index bbe5ae3..99549a6 100644
--- a/TalerWallet.xcodeproj/project.pbxproj
+++ b/TalerWallet.xcodeproj/project.pbxproj
@@ -750,7 +750,7 @@
4EE77E832C1012F7007C9064 /* Actions */,
4EB095342989CBFE0043A8A1 /* Balances */,
4EB0952E2989CBFE0043A8A1 /* Transactions */,
- 4EB095272989CBFE0043A8A1 /* Banking */,
+ 4EB095272989CBFE0043A8A1 /* Exchange */,
4EB095242989CBFE0043A8A1 /* Settings */,
4EEC157129F7188B00D46A03 /* Sheets */,
4EB095462989CBFE0043A8A1 /* HelperViews */,
@@ -768,19 +768,14 @@
path = Settings;
sourceTree = "<group>";
};
- 4EB095272989CBFE0043A8A1 /* Banking */ = {
+ 4EB095272989CBFE0043A8A1 /* Exchange */ = {
isa = PBXGroup;
children = (
4EB095292989CBFE0043A8A1 /*
ExchangeListView.swift */,
4EC90C772A1B528B0071DC58 /*
ExchangeSectionView.swift */,
4EC4008E2AE8019700DF72C7 /*
ExchangeRowView.swift */,
- 4EBC0F002B7B3CD600C0CB19 /* DepositIbanV.swift
*/,
- 4E96583B2B79656E00404A68 /*
DepositAmountV.swift */,
- 4E50B34F2A1BEE8000F9F01C /*
ManualWithdraw.swift */,
- 4EBA82AC2A3F580500E5F39A /*
QuiteSomeCoins.swift */,
- 4EB431662A1E55C700C5690E /*
ManualWithdrawDone.swift */,
);
- path = Banking;
+ path = Exchange;
sourceTree = "<group>";
};
4EB0952A2989CBFE0043A8A1 /* Payment */ = {
@@ -893,6 +888,7 @@
4EB095362989CBFE0043A8A1 /* SendRequestV.swift
*/,
4EA076B22BC0607400685A10 /*
DepositWithdrawV.swift */,
4EB065432A4CD1A80039B91D /* TwoRowButtons.swift
*/,
+ 4EFDC38E2CBE8D4E00BE8DBC /* Banking */,
4ECB627E2A0BA4DA004ABBB7 /* Peer2peer */,
);
path = Actions;
@@ -915,6 +911,18 @@
path = Sheets;
sourceTree = "<group>";
};
+ 4EFDC38E2CBE8D4E00BE8DBC /* Banking */ = {
+ isa = PBXGroup;
+ children = (
+ 4EBC0F002B7B3CD600C0CB19 /* DepositIbanV.swift
*/,
+ 4E96583B2B79656E00404A68 /*
DepositAmountV.swift */,
+ 4E50B34F2A1BEE8000F9F01C /*
ManualWithdraw.swift */,
+ 4EBA82AC2A3F580500E5F39A /*
QuiteSomeCoins.swift */,
+ 4EB431662A1E55C700C5690E /*
ManualWithdrawDone.swift */,
+ );
+ path = Banking;
+ sourceTree = "<group>";
+ };
D14AFD1424D232B300C51073 = {
isa = PBXGroup;
children = (
diff --git a/TalerWallet1/Views/Banking/DepositAmountV.swift
b/TalerWallet1/Views/Actions/Banking/DepositAmountV.swift
similarity index 100%
rename from TalerWallet1/Views/Banking/DepositAmountV.swift
rename to TalerWallet1/Views/Actions/Banking/DepositAmountV.swift
diff --git a/TalerWallet1/Views/Banking/DepositIbanV.swift
b/TalerWallet1/Views/Actions/Banking/DepositIbanV.swift
similarity index 100%
rename from TalerWallet1/Views/Banking/DepositIbanV.swift
rename to TalerWallet1/Views/Actions/Banking/DepositIbanV.swift
diff --git a/TalerWallet1/Views/Banking/ManualWithdraw.swift
b/TalerWallet1/Views/Actions/Banking/ManualWithdraw.swift
similarity index 100%
rename from TalerWallet1/Views/Banking/ManualWithdraw.swift
rename to TalerWallet1/Views/Actions/Banking/ManualWithdraw.swift
diff --git a/TalerWallet1/Views/Banking/ManualWithdrawDone.swift
b/TalerWallet1/Views/Actions/Banking/ManualWithdrawDone.swift
similarity index 100%
rename from TalerWallet1/Views/Banking/ManualWithdrawDone.swift
rename to TalerWallet1/Views/Actions/Banking/ManualWithdrawDone.swift
diff --git a/TalerWallet1/Views/Banking/QuiteSomeCoins.swift
b/TalerWallet1/Views/Actions/Banking/QuiteSomeCoins.swift
similarity index 100%
rename from TalerWallet1/Views/Banking/QuiteSomeCoins.swift
rename to TalerWallet1/Views/Actions/Banking/QuiteSomeCoins.swift
diff --git a/TalerWallet1/Views/Banking/ExchangeListView.swift
b/TalerWallet1/Views/Exchange/ExchangeListView.swift
similarity index 100%
rename from TalerWallet1/Views/Banking/ExchangeListView.swift
rename to TalerWallet1/Views/Exchange/ExchangeListView.swift
diff --git a/TalerWallet1/Views/Banking/ExchangeRowView.swift
b/TalerWallet1/Views/Exchange/ExchangeRowView.swift
similarity index 100%
rename from TalerWallet1/Views/Banking/ExchangeRowView.swift
rename to TalerWallet1/Views/Exchange/ExchangeRowView.swift
diff --git a/TalerWallet1/Views/Banking/ExchangeSectionView.swift
b/TalerWallet1/Views/Exchange/ExchangeSectionView.swift
similarity index 100%
rename from TalerWallet1/Views/Banking/ExchangeSectionView.swift
rename to TalerWallet1/Views/Exchange/ExchangeSectionView.swift
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-taler-ios] 62/204: a11y, (continued)
- [taler-taler-ios] 62/204: a11y, gnunet, 2024/12/05
- [taler-taler-ios] 63/204: amount too small is no error, gnunet, 2024/12/05
- [taler-taler-ios] 64/204: shortcuts, prep for amountLastUsed, gnunet, 2024/12/05
- [taler-taler-ios] 67/204: Simplify, gnunet, 2024/12/05
- [taler-taler-ios] 68/204: cleanup, gnunet, 2024/12/05
- [taler-taler-ios] 72/204: cleanup currencyInfo, gnunet, 2024/12/05
- [taler-taler-ios] 84/204: cleanup, gnunet, 2024/12/05
- [taler-taler-ios] 53/204: DualHeightSheet, gnunet, 2024/12/05
- [taler-taler-ios] 71/204: pickerStyle, gnunet, 2024/12/05
- [taler-taler-ios] 70/204: Reorg, gnunet, 2024/12/05
- [taler-taler-ios] 69/204: Reorg,
gnunet <=
- [taler-taler-ios] 73/204: Published balances, gnunet, 2024/12/05
- [taler-taler-ios] 78/204: use info(for:scope), gnunet, 2024/12/05
- [taler-taler-ios] 85/204: ScopePicker, gnunet, 2024/12/05
- [taler-taler-ios] 87/204: cleanup, gnunet, 2024/12/05
- [taler-taler-ios] 77/204: info2, gnunet, 2024/12/05
- [taler-taler-ios] 75/204: cleanup, gnunet, 2024/12/05
- [taler-taler-ios] 80/204: scope from balance, gnunet, 2024/12/05
- [taler-taler-ios] 79/204: -Binding, gnunet, 2024/12/05
- [taler-taler-ios] 81/204: iterate over balances, gnunet, 2024/12/05
- [taler-taler-ios] 82/204: cleanup, gnunet, 2024/12/05