Signal-iOS/SignalServiceKit/protobuf
2020-04-02 13:39:01 -03:00
..
Fingerprint.proto Respond to CR. 2018-08-03 14:03:02 -04:00
Groups.proto Use Groups v2 to coordinate disappearing message state. 2020-02-06 10:50:45 -03:00
KeyBackup.proto Proto changes 2019-10-14 14:51:04 -07:00
Makefile Restore the group proto changes. 2019-11-19 11:06:42 -03:00
Provisioning.proto Android also doesn't require readReceipts 2019-11-08 12:35:16 -08:00
README.md Swift protos for Envelope 2018-07-25 13:04:26 -06:00
SignalIOS.proto Remove @required from proto enums. 2019-05-29 11:05:01 -04:00
SignalService.proto Add expiration to attachment pointer protos. 2020-04-02 13:39:01 -03:00
StorageService.proto More proto changes: flatten and limit account to relevant data 2020-03-24 17:11:02 -07:00
WebSocketResources.proto Remove @required from proto enums. 2019-05-29 11:05:01 -04:00

SignalServiceKit Protobufs

These protobuf definitions are copied from Signal-Android, but modified to match some iOS conventions.

Prequisites

Install Apple's swift-protobuf (not the similarly named protobuf-swift)

brew install swift-protobuf

This should install an up to date protobuf package as a dependency. Note that since we use the legacy proto2 format, we need to specify this in our .proto files.

syntax = "proto2";

Building Protobuf

cd ~/src/WhisperSystems/SignalServiceKit/protobuf
make