UI: update text for account encryption

Change-Id: Ie3516e9793047a8e0f9dc8304c5ce1103067ddf2
3 files changed
tree: 8c3bc5a80d2a165062711e227b8b4fd0f8f31ac1
  1. .github/
  2. Ring/
  3. .gitattributes
  4. .gitignore
  5. .gitmodules
  6. .gitreview
  7. compile-ios.sh
  8. COPYING
  9. README.md
README.md

Jami iOS

This repository is for the porting of Jami to iOS.

Requirements

  • MacOS version 12 or higher
  • XCode version 13 or higher
  • Homebrew (instructions could be found on https://brew.sh)
  • Carthage (brew install carthage)

Buil instructions

Supported archs are: arm64 Minimum supported version is: 14.5

  • clone the project
git clone https://review.jami.net/jami-project
  • init repositories
cd jami-project && ./build.py --init
  • install dependencies
./build.py --dependencies --distribution IOS
  • build daemon and contributions
cd client-ios && ./compile-ios.sh --platform=iPhoneOS
  • build client dependencies
cd Ring && ./fetch-dependencies.sh

Update translations

Update translations using the Transifex:

cd Ring
tx push -s
./update-translations.sh