A prototype iOS app for Volte.
- Make sure you have Carthage installed and Xcode 8.
- Clone the app and run
carthage bootstrap --platform ios --no-use-binaries
- Install Bundler then run
bundle install
- Open Volte.xcodeproj, build and run
Right now the recipients of the messages you post are stored in the Volte/testers.json file.
Localization strings are in their respective Localizable.strings
file. To rebuild the Localizations.swift file:
- Install swiftgen
- Run
bundle exec rake i18n:build
Volte iOS is distributed under the GNU Affero General Public License, see LICENSE file.