Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
Update proto file for Swift
Browse files Browse the repository at this point in the history
This PR is for use [grpc-swift](https://github.com/grpc/grpc-swift) in ![PlasmaSwift](https://github.com/openfresh/PlasmaSwift)
The default class prefix in proto compilie plugin for Swift is `Proto_`.
I prefer `Plasma`.
After merged, PlasmaSwift will download the proto from this repo and compile it.
  • Loading branch information
ra1028 committed Jun 26, 2018
1 parent e0ddc50 commit fc70898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protobuf/stream.proto
Expand Up @@ -2,7 +2,7 @@ syntax = "proto3";

option java_multiple_files = true;
option java_package = "openfresh.plasma";
option objc_class_prefix = "PLASMA";
option swift_prefix = "Plasma";

package proto;

Expand Down

0 comments on commit fc70898

Please sign in to comment.