From fd88e465c03aca4e3a91527b4986a738202070a3 Mon Sep 17 00:00:00 2001 From: Jorge Canizales Date: Mon, 11 May 2015 19:59:03 -0700 Subject: Make the test.proto etc proto3, regenerate files, adjust podspec and Podfile Generated by running protoc --objc_out=. --objcrpc_out=. *.proto in this directory. Generates separate files until GeneratorContext::OpenForInsert/Append works. A temporary podspec for the proto3 runtime is being used, pending the official. --- src/objective-c/examples/Sample/RemoteTestClient/empty.proto | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/objective-c/examples/Sample/RemoteTestClient/empty.proto') diff --git a/src/objective-c/examples/Sample/RemoteTestClient/empty.proto b/src/objective-c/examples/Sample/RemoteTestClient/empty.proto index 3b626ab131..a678048289 100644 --- a/src/objective-c/examples/Sample/RemoteTestClient/empty.proto +++ b/src/objective-c/examples/Sample/RemoteTestClient/empty.proto @@ -27,13 +27,11 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -syntax = "proto2"; - -import "google/protobuf/objectivec-descriptor.proto"; +syntax = "proto3"; package grpc.testing; -option (google.protobuf.objectivec_file_options).class_prefix = "RMT"; +option objc_class_prefix = "RMT"; // An empty message that you can re-use to avoid defining duplicated empty // messages in your project. A typical example is to use it as argument or the -- cgit v1.2.3