diff options
author | Jorge Canizales <jcanizales@google.com> | 2015-03-23 22:23:19 -0700 |
---|---|---|
committer | Jorge Canizales <jcanizales@google.com> | 2015-04-21 18:30:52 -0700 |
commit | 23cb957f69d0d7f50be044ab9fd1e60f5e10aae9 (patch) | |
tree | 9ecbdfbcc2ca0ef4096ae574bc03902f5fb32856 | |
parent | e72114cc9cf52988bef274da2c29dda3bee0ffb1 (diff) |
Move Route_guide protos to their own folder to make room for remote test protos
-rw-r--r-- | src/objective-c/examples/Sample/Podfile | 2 | ||||
-rw-r--r-- | src/objective-c/examples/Sample/RouteGuideClient/Route_guide.pb.h (renamed from src/objective-c/examples/Sample/protos/Route_guide.pb.h) | 0 | ||||
-rw-r--r-- | src/objective-c/examples/Sample/RouteGuideClient/Route_guide.pb.m (renamed from src/objective-c/examples/Sample/protos/Route_guide.pb.m) | 0 | ||||
-rw-r--r-- | src/objective-c/examples/Sample/RouteGuideClient/Route_guide.podspec (renamed from src/objective-c/examples/Sample/protos/Route_guide.podspec) | 0 | ||||
-rw-r--r-- | src/objective-c/examples/Sample/RouteGuideClient/route_guide.proto (renamed from src/objective-c/examples/Sample/protos/route_guide.proto) | 0 |
5 files changed, 1 insertions, 1 deletions
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 index 194bfc5f2a..194bfc5f2a 100644 --- a/src/objective-c/examples/Sample/protos/Route_guide.pb.h +++ b/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 index 63cdd00206..63cdd00206 100644 --- a/src/objective-c/examples/Sample/protos/Route_guide.pb.m +++ b/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 index 6fba1c5c1e..6fba1c5c1e 100644 --- a/src/objective-c/examples/Sample/protos/Route_guide.podspec +++ b/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 index 91b0372a07..91b0372a07 100644 --- a/src/objective-c/examples/Sample/protos/route_guide.proto +++ b/src/objective-c/examples/Sample/RouteGuideClient/route_guide.proto |