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/Test.pbobjc.m | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/objective-c/examples/Sample/RemoteTestClient/Test.pbobjc.m (limited to 'src/objective-c/examples/Sample/RemoteTestClient/Test.pbobjc.m') diff --git a/src/objective-c/examples/Sample/RemoteTestClient/Test.pbobjc.m b/src/objective-c/examples/Sample/RemoteTestClient/Test.pbobjc.m new file mode 100644 index 0000000000..08562b828a --- /dev/null +++ b/src/objective-c/examples/Sample/RemoteTestClient/Test.pbobjc.m @@ -0,0 +1,9 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: test.proto + +// File empty because all messages, extensions and enum have been filtered. + + +// Dummy symbol that will be stripped but will avoid linker warnings about +// no symbols in the .o form compiling this file. +static int RMTTestRoot_dummy __attribute__((unused,used)) = 0; -- cgit v1.2.3