(BugFix) Swarm: Allow for creation of private swarm on iOS

Gitlab: #318
Change-Id: Ie2c55c185c1bb1b295b9fcac356968c9b98582e4
1 file changed
tree: 33b497a53757e66c8cb195b55ab3afa0a9f6c32b
  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