• Stars
    star
    144
  • Rank 255,590 (Top 6 %)
  • Language
    Objective-C
  • License
    Other
  • Created about 12 years ago
  • Updated almost 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Encrypted Text Messaging

Introduction

This repository contains the sources for Silent Circle's Silent Text for iOS project.

Overview

Silent Text is a secure text messaging application built on strong cryptography and XMPP.

Prerequisites

To build Silent Text you need Xcode 6.3 or higher and the Command Line Tools.

How to Build

  • Download the repository
  • create a terminal window
  • cd to the top of the repository
  • bash build-release/SilentTextBuild.sh 2>&1 | tee -a xcodebuild.log

The build produces SilentText.xcarchive which contains the app and can be use to make an ipa.