l10n: automatic bump

Change-Id: I114e0c1926391de8d7cde932b8d0f8fda699f642
96 files changed
tree: ace8c4b90e746b60558fdaaf4e5cffcb3a48b0d3
  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