taler-ios

iOS apps for GNU Taler (wallet)
Log | Files | Refs | README | LICENSE

commit f361428a021a480fadaabe76e4caeab88062b6c1
parent 96cf5390721f42f824c7ea70ac5da0cac64f3a97
Author: Marc Stibane <marc@taler.net>
Date:   Thu,  6 Jul 2023 07:15:08 +0200

Updated building instructions

Diffstat:
MREADME.md | 7++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -18,14 +18,15 @@ Before building the iOS wallet, you must first checkout the quickjs-tart repo: and the wallet-core repo: https://git.taler.net/wallet-core.git Build wallet-core first, then copy/move its product "taler-wallet-core-qjs.mjs" -into your quickjs-tart folder. +into your quickjs-tart folder right at the top level. -Open Taler.xcworkspace, and set scheme / target to TalerWalletT. Build&run... +Open Taler.xcworkspace, and set scheme / target to Taler_Wallet. Build&run... Don't open QuickJS-rt.xcodeproj or TalerWallet.xcodeproj and build anything there - all needed libraries and frameworks will be built automatically from Taler.xcworkspace. -Have all 3 local repos adjacent at the same level (e.g. in a "GNU Taler" folder) +Have all 3 local repos (wallet-core, quickjs-tart, and this one) adjacent at +the same level (e.g. in a "GNU Taler" folder) - Taler.xcworkspace expects the QuickJS framework sub-project to be at ../quickjs-tart/QuickJS-rt.xcodeproj