vandyshev / wallet-ios

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:C++ 57.9%Language:Swift 20.4%Language:Starlark 7.5%Language:Objective-C++ 3.8%Language:Objective-C 3.6%Language:Shell 3.2%Language:Python 1.8%Language:CMake 0.9%Language:C 0.6%Language:PHP 0.1%Language:HTML 0.1%Language:CSS 0.0%Language:Makefile 0.0%Language:GLSL 0.0%