Skip to content

Commit

Permalink
Merge pull request #141 from xmtp/np/update-swift-protos
Browse files Browse the repository at this point in the history
fix: update swift generation with mls
  • Loading branch information
nplasterer authored Jan 30, 2024
2 parents 7787e0a + 930c70b commit 3d021f7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion dev/swift/generate
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,10 @@ docker run --rm -i -v${PWD}:/code xmtp/protoc-swift \
message_contents/content.proto \
message_contents/private_preferences.proto \
message_contents/signed_payload.proto \
message_contents/ecies.proto
message_contents/ecies.proto \
mls/api/v1/mls.proto \
mls/database/intents.proto \
mls/message_contents/group_metadata.proto \
mls/message_contents/transcript_messages.proto \
mls/message_contents/credential.proto \
mls/message_contents/association.proto

0 comments on commit 3d021f7

Please sign in to comment.