2020-08-21 21:11:29 +01:00
..
2019-10-08 21:11:43 +04:00
2020-04-23 23:29:22 +04:00
2020-08-21 21:11:29 +01:00
2020-02-19 04:58:49 +04:00
2019-10-31 22:34:42 +04:00
2020-03-25 17:59:03 +04:00
2020-03-02 02:52:41 +04:00
2019-10-31 22:34:42 +04:00
2020-04-01 21:56:51 +04:00

Test Gram Wallet (iOS)

This is the source code and build instructions for a TON Testnet Wallet implementation for iOS.

  1. Install Xcode 11.4
https://apps.apple.com/app/xcode/id497799835

Make sure to launch Xcode at least once and set up command-line tools paths (Xcode — Preferences — Locations — Command Line Tools)

  1. Build the app (IPA)

Note: It is recommended to use an artifact cache to optimize build speed. Prepend any of the following commands with

BAZEL_CACHE_DIR="path/to/existing/directory"
sh wallet_env.sh make wallet_app
  1. If needed, generate Xcode project
sh wallet_env.sh make wallet_project