TM-SGNL-iOS/SignalServiceKit/protobuf/README.md
TeleMessage developers dde0620daf initial commit
2025-05-03 12:28:28 -07:00

22 lines
537 B
Markdown

# 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