You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Jesse Squires 868a35ce4c Add IDE template macro for consistent headers
Xcode has undesirable default header comments, and now you can customize them.
This adds an `IDETemplateMacros.plist` file to the `xcworkspace` so that new files created
in the workspace have the same, consistent default header comments automatically added:

```
//
//  Copyright (c) 2018 Open Whisper Systems. All rights reserved.
//
```

This will prevent contributors from either (1) committing Xcode's default, or
(2) having to manually copy-pasta the standard comment headers for every new file added.

[See here for more details](https://oleb.net/blog/2017/07/xcode-9-text-macros/)
6 years ago
.github Update ISSUE_TEMPLATE.md 6 years ago
Carthage@b316e4e263 Remove Twisted Oak. 6 years ago
Pods@4ede6c138c Update cocoapods. 6 years ago
Scripts Dedupe forward class declarations. 6 years ago
SettingsBundle Update to the new GitHub organization name 6 years ago
Signal adapt to changes since RI 6 years ago
Signal.xcodeproj Merge tag '2.28.0.12' 6 years ago
Signal.xcworkspace Add IDE template macro for consistent headers 6 years ago
SignalMessaging Merge tag '2.28.0.12' 6 years ago
SignalServiceKit Update retryable 6 years ago
SignalShareExtension "Bump build to 2.28.0.12." 6 years ago
fastlane update ci to use latest XCode / fastlane 7 years ago
protobuf Make our protos backwards compatible with Signal-Android 6 years ago
.clang-format format objc. 8 years ago
.gitattributes Supporting diffing of localizablestrings. 9 years ago
.gitignore track pod dependencies publicly 6 years ago
.gitmodules track pod dependencies publicly 6 years ago
.ruby-version track ruby version 6 years ago
.travis.yml CI runs SSK tests 7 years ago
BUILDING.md [Build] Update clone instructions 6 years ago
CONTRIBUTING.md Update the contribution guidelines. 6 years ago
Cartfile Remove Twisted Oak. 6 years ago
Cartfile.resolved Remove Twisted Oak. 6 years ago
Gemfile update ci to use latest XCode / fastlane 7 years ago
Gemfile.lock update fastlane to latest 6 years ago
LICENSE Update license. 7 years ago
MAINTAINING.md Update MAINTAINING.md 6 years ago
Makefile track pod dependencies publicly 6 years ago
Podfile Intern JSQMessagesViewController. 6 years ago
Podfile.lock Intern JSQMessagesViewController. 6 years ago
README.md Update the README. 6 years ago
SignalServiceKit.podspec Remove Twisted Oak. 6 years ago

README.md

Signal for iOS

Signal is a messaging app for simple private communication with friends.

Available on the App Store

Translation

Help us translate Signal! The translation effort happens on Transifex

Contributing Code

Instructions on how to set up your development environment and build Signal-iOS can be found in BUILDING.md. Other useful instructions for development can be found on the Development Guide wiki page. We also recommend reading the contribution guidelines.

Contributing Ideas

Have something you want to say about Open Whisper Systems projects or want to be part of the conversation? Get involved in the community forum.

SignalServiceKit

Check out the SignalServiceKit README for details about using SignalServiceKit in your own app.

Cryptography Notice

This distribution includes cryptographic software. The country in which you currently reside may have restrictions on the import, possession, use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check your country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. See http://www.wassenaar.org/ for more information.

The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), has classified this software as Export Commodity Control Number (ECCN) 5D002.C.1, which includes information security software using or performing cryptographic functions with asymmetric algorithms. The form and manner of this distribution makes it eligible for export under the License Exception ENC Technology Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Section 740.13) for both object code and source code.

License

Copyright 2014-2018 Open Whisper Systems

Licensed under the GPLv3: http://www.gnu.org/licenses/gpl-3.0.html