Read-only mirror of the jami-client-ios repository -- please use that instead.

Clone this repo:
  1. b3c0592 misc: update UI on main thread by Kateryna Kostiuk · 2 hours ago master
  2. 2ebca46 UI: fix conversation selection by Kateryna Kostiuk · 3 hours ago
  3. 0bb5c5d l10n: automatic bump by Jenkins · 7 hours ago
  4. 5c6cfd7 iOS: bump build number by Kateryna Kostiuk · 8 hours ago
  5. 8341e68 UI: fix background for read indicator by Kateryna Kostiuk · 9 hours ago

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