iOS: bump build number

Change-Id: Icd7204bb89b7c456625031611537fbaa0c0fe58d
1 file changed
tree: 7e0acb389374da9b1e6912522ccb98078a221f01
  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