[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-taler-ios] 01/02: move Transaction.swift
From: |
gnunet |
Subject: |
[taler-taler-ios] 01/02: move Transaction.swift |
Date: |
Fri, 22 Sep 2023 16:23:24 +0200 |
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 1f3d848d662ae007747b70cea4f550e697297a3c
Author: Marc Stibane <marc@taler.net>
AuthorDate: Fri Sep 22 16:21:08 2023 +0200
move Transaction.swift
---
TalerWallet.xcodeproj/project.pbxproj | 2 +-
TalerWallet1/{Backend => Model}/Transaction.swift | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/TalerWallet.xcodeproj/project.pbxproj
b/TalerWallet.xcodeproj/project.pbxproj
index b552588..efac9bd 100644
--- a/TalerWallet.xcodeproj/project.pbxproj
+++ b/TalerWallet.xcodeproj/project.pbxproj
@@ -599,6 +599,7 @@
4EB095102989CBB00043A8A1 /*
Model+Settings.swift */,
4EB095322989CBFE0043A8A1 /*
Model+Transactions.swift */,
4EB0953D2989CBFE0043A8A1 /*
Model+Withdraw.swift */,
+ 4EB0951E2989CBCB0043A8A1 /* Transaction.swift
*/,
);
path = Model;
sourceTree = "<group>";
@@ -609,7 +610,6 @@
4EB0951B2989CBCB0043A8A1 /*
WalletBackendRequest.swift */,
4EB0951C2989CBCB0043A8A1 /* WalletCore.swift */,
4EB0951D2989CBCB0043A8A1 /*
WalletBackendError.swift */,
- 4EB0951E2989CBCB0043A8A1 /* Transaction.swift
*/,
);
path = Backend;
sourceTree = "<group>";
diff --git a/TalerWallet1/Backend/Transaction.swift
b/TalerWallet1/Model/Transaction.swift
similarity index 100%
rename from TalerWallet1/Backend/Transaction.swift
rename to TalerWallet1/Model/Transaction.swift
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.