This folder contains the protobuf-definition for the token.
These languages are built into the protoc compiler. Install the compiler via
brew install protobufand then run
protoc src/main/protobuf/token.proto --objc_out=. --java_out=. # for more languages see protoc --helpInstall the official plugin via
brew install swift-protobufand run
protoc src/main/protobuf/token.proto --swift_out=.Download the latest release from github.com/scalapb/ScalaPB/ and run
protoc src/main/protobuf/token.proto --plugin=/path/to/download/protoc-gen-scala --scala_out=src/main/scala(For more info see this guide.)