https://github.com/savoirfairelinux/jami-client-ios
Mirror of Gerrit Jami iOS Client
https://github.com/savoirfairelinux/jami-client-ios
Last synced: 2 months ago
JSON representation
Mirror of Gerrit Jami iOS Client
- Host: GitHub
- URL: https://github.com/savoirfairelinux/jami-client-ios
- Owner: savoirfairelinux
- License: gpl-3.0
- Created: 2016-06-29T19:57:47.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T14:40:04.000Z (8 months ago)
- Last Synced: 2024-10-29T14:49:01.455Z (8 months ago)
- Language: Swift
- Homepage:
- Size: 53.8 MB
- Stars: 18
- Watchers: 16
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: COPYING
Awesome Lists containing this project
README
# 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
```bash
git clone https://review.jami.net/jami-project
```- init repositories
```bash
cd jami-project && ./build.py --init
```- install dependencies
```bash
./build.py --dependencies --distribution IOS
```- build daemon and contributions
```bash
cd client-ios && ./compile-ios.sh --platform=iPhoneOS
```- build client dependencies
```bash
cd Ring && ./fetch-dependencies.sh
```## Update translations
Update translations using the Transifex:
```bash
cd Ring
tx push -s
./update-translations.sh
```