TODO: Add description
If available in Hex, the package can be installed
by adding crane
to your list of dependencies in mix.exs
:
def deps do
[
{:crane, "~> 0.1.0"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/crane.
protoc -I priv/protos --swift_opt=Visibility=Public --swift_out=./Sources/Crane/generated $(find priv/protos -name '*.proto' ! -name 'elixirpb.proto')
protoc -I priv/protos --grpc-swift_out=./Sources/Crane/generated $(find priv/protos -name '*.proto' ! -name 'elixirpb.proto')
MIX_ENV=prod mix elixirkit ElixirKitCrane --target iphonesimulator-arm64 --target iphoneos