summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Stibane <marc@taler.net>2023-07-06 21:24:54 +0200
committerMarc Stibane <marc@taler.net>2023-07-06 21:24:54 +0200
commit86eeb76d05c65e7ee0f8eccfc3221920d19967a9 (patch)
treecadcf97ae5b963607aa2d31a2e84d5f0da7c99b7
parent222e6afb40b39ecb5c9154f9849bc7460347ab41 (diff)
downloaddocs-86eeb76d05c65e7ee0f8eccfc3221920d19967a9.tar.gz
docs-86eeb76d05c65e7ee0f8eccfc3221920d19967a9.tar.bz2
docs-86eeb76d05c65e7ee0f8eccfc3221920d19967a9.zip
Started documenting Build iOS from source
-rw-r--r--taler-developer-manual.rst18
-rw-r--r--taler-wallet.rst1
2 files changed, 17 insertions, 2 deletions
diff --git a/taler-developer-manual.rst b/taler-developer-manual.rst
index 654b7e7b..cdd0e4cb 100644
--- a/taler-developer-manual.rst
+++ b/taler-developer-manual.rst
@@ -876,6 +876,20 @@ weblate.taler.net signs GPG commits with the GPG key CD33CE35801462FA5EB0B695F26
This means that contributions made through weblate will not be signed with the individual contributor's key when they are checked into the Git repository, but with the weblate key.
+
+iOS Apps
+========
+
+.. _Build-iOS-from-source:
+
+Building Taler Wallet for iOS from source
+-----------------------------------------
+
+Currently the iOS Wallet app is in
+`the official Git repository <https://git.taler.net/taler-ios.git>`__:
+
+
+
Android Apps
============
@@ -1297,11 +1311,11 @@ Charge
Charge has two opposite meanings (charge to a credit card vs. charge a battery).
This can confuse users.
- **Use instead**: "Obtain", "Credit", "Debit", "Withdraw"
+ **Use instead**: "Obtain", "Credit", "Debit", "Withdraw", "Top up"
Coin
Coins are an internal construct, the user should never be aware that their balance
- is represented by coins if different denominations.
+ is represented by coins of different denominations.
**Use instead**: "(Digital) Cash" or "(Wallet) Balance"
diff --git a/taler-wallet.rst b/taler-wallet.rst
index f9a7f763..e5f155d1 100644
--- a/taler-wallet.rst
+++ b/taler-wallet.rst
@@ -29,6 +29,7 @@ Please see :ref:`Build-apps-from-source` in the :doc:`taler-developer-manual`.
iOS Wallet
==========
+Please see :ref:`Build-iOS-from-source` in the :doc:`taler-developer-manual`.
.. _command-line-wallet: