mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Updated protos and generation script
This commit is contained in:
parent
7b1c6c2078
commit
cf9d832cce
8 changed files with 831 additions and 1 deletions
|
|
@ -5,6 +5,10 @@ if [ ! -x "$(which protoc)" ]; then
|
|||
brew install swift-protobuf
|
||||
fi
|
||||
|
||||
git submodule update --init --recursive
|
||||
|
||||
git submodule foreach --recursive git pull origin master
|
||||
|
||||
protoc --proto_path=./protobufs --swift_opt=Visibility=Public --swift_out=./MeshtasticProtobufs/Sources ./protobufs/meshtastic/*.proto
|
||||
|
||||
echo "Done generating the swift files from the proto files."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue