From 23cb957f69d0d7f50be044ab9fd1e60f5e10aae9 Mon Sep 17 00:00:00 2001 From: Jorge Canizales <jcanizales@google.com> Date: Mon, 23 Mar 2015 22:23:19 -0700 Subject: [PATCH] Move Route_guide protos to their own folder to make room for remote test protos --- src/objective-c/examples/Sample/Podfile | 2 +- .../Sample/{protos => RouteGuideClient}/Route_guide.pb.h | 0 .../Sample/{protos => RouteGuideClient}/Route_guide.pb.m | 0 .../Sample/{protos => RouteGuideClient}/Route_guide.podspec | 0 .../Sample/{protos => RouteGuideClient}/route_guide.proto | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename src/objective-c/examples/Sample/{protos => RouteGuideClient}/Route_guide.pb.h (100%) rename src/objective-c/examples/Sample/{protos => RouteGuideClient}/Route_guide.pb.m (100%) rename src/objective-c/examples/Sample/{protos => RouteGuideClient}/Route_guide.podspec (100%) rename src/objective-c/examples/Sample/{protos => RouteGuideClient}/route_guide.proto (100%) diff --git a/src/objective-c/examples/Sample/Podfile b/src/objective-c/examples/Sample/Podfile index 31bd4eb821..471b83c6c7 100644 --- a/src/objective-c/examples/Sample/Podfile +++ b/src/objective-c/examples/Sample/Podfile @@ -2,7 +2,7 @@ source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.0' pod 'gRPC', :path => "../../../.." -pod 'Route_guide', :path => "protos" +pod 'Route_guide', :path => "RouteGuideClient" link_with 'Sample', 'SampleTests' diff --git a/src/objective-c/examples/Sample/protos/Route_guide.pb.h b/src/objective-c/examples/Sample/RouteGuideClient/Route_guide.pb.h similarity index 100% rename from src/objective-c/examples/Sample/protos/Route_guide.pb.h rename to src/objective-c/examples/Sample/RouteGuideClient/Route_guide.pb.h diff --git a/src/objective-c/examples/Sample/protos/Route_guide.pb.m b/src/objective-c/examples/Sample/RouteGuideClient/Route_guide.pb.m similarity index 100% rename from src/objective-c/examples/Sample/protos/Route_guide.pb.m rename to src/objective-c/examples/Sample/RouteGuideClient/Route_guide.pb.m diff --git a/src/objective-c/examples/Sample/protos/Route_guide.podspec b/src/objective-c/examples/Sample/RouteGuideClient/Route_guide.podspec similarity index 100% rename from src/objective-c/examples/Sample/protos/Route_guide.podspec rename to src/objective-c/examples/Sample/RouteGuideClient/Route_guide.podspec diff --git a/src/objective-c/examples/Sample/protos/route_guide.proto b/src/objective-c/examples/Sample/RouteGuideClient/route_guide.proto similarity index 100% rename from src/objective-c/examples/Sample/protos/route_guide.proto rename to src/objective-c/examples/Sample/RouteGuideClient/route_guide.proto -- GitLab