summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 63cb7f1..5259975 100644
--- 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