Signal-iOS/SignalServiceKit/protobuf
2024-07-31 15:31:39 -07:00
..
Backups Pull in proto backup changes (attachment size now uint32 again) 2024-07-31 15:31:39 -07:00
cdsi.proto Update cdsi.proto to the latest version 2024-04-16 10:42:55 -05:00
DeviceTransfer.proto Remove some extra spaces from protobuf files 2024-05-01 13:29:47 -05:00
Fingerprint.proto Remove some extra spaces from protobuf files 2024-05-01 13:29:47 -05:00
Groups.proto Remove some extra spaces from protobuf files 2024-05-01 13:29:47 -05:00
Makefile Remove unused protobuf file 2024-07-30 16:34:52 -05:00
MobileCoinExternal.proto Inline MobileCoinMinimal 2024-04-25 16:35:47 -05:00
Provisioning.proto Remove some extra spaces from protobuf files 2024-05-01 13:29:47 -05:00
README.md Fix typos 2022-03-18 11:31:06 -07:00
SessionRecord.proto Remove some extra spaces from protobuf files 2024-05-01 13:29:47 -05:00
SignalIOS.proto Remove some extra spaces from protobuf files 2024-05-01 13:29:47 -05:00
SignalService.proto Add incoming support for non-expiring messages in delete-sync messages 2024-06-21 10:42:33 -07:00
StorageService.proto Remove some extra spaces from protobuf files 2024-05-01 13:29:47 -05:00
svr2.proto Add proto types to parametrized types handled by SgxWebsocket code 2023-05-18 17:03:29 -07:00
WebSocketResources.proto Change license to AGPL 2022-10-13 08:25:37 -05:00

SignalServiceKit Protobufs

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

Prerequisites

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