Signal-iOS/SignalServiceKit/Protos/Backups
2025-11-06 15:30:01 -06:00
..
Backup.pb.swift Reset PIN reminder to 7 days on backup restore. 2025-11-06 15:30:01 -06:00
Backup.proto Reset PIN reminder to 7 days on backup restore. 2025-11-06 15:30:01 -06:00
parse-libsignal-comparator-failure.py Move protobuf/ into Protos/ 2025-09-15 15:45:28 -05:00
README.md Move protobuf/ into Protos/ 2025-09-15 15:45:28 -05:00

Backup protos

Swift-Protobuf

We use Swift-Protobuf to generate Swift code for working with Backup.proto, much like we do for all our other proto definitions.

However, unlike (most of) the other protos, we do not use the "wrapper" code generated by $REPO_ROOT/Scripts/protos/ProtoWrappers.py to wrap the Swift-Protobuf-generated code for Backups because ProtoWrappers.py is incompatible with some of the syntactic structures we use in Backup.proto.