aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-11-06 17:42:30 -0800
committerGravatar Muxi Yan <mxyan@google.com>2018-11-06 17:42:30 -0800
commita0f5db15815d3ec5b2ad3b781cca5e2eb6468824 (patch)
tree53f6c499103642ff94ddb146173c6bf205685148
parentd8e7a6c6f1269eedec3f7b175ac85ed89e6e490e (diff)
Rename GRPCCallOptions+internal->GRPCCallOptions+Internal
-rw-r--r--gRPC.podspec2
-rw-r--r--src/objective-c/GRPCClient/internal/GRPCCallOptions+Internal.h (renamed from src/objective-c/GRPCClient/internal/GRPCCallOptions+internal.h)0
-rw-r--r--templates/gRPC.podspec.template2
3 files changed, 2 insertions, 2 deletions
diff --git a/gRPC.podspec b/gRPC.podspec
index 47a130d12d..d8aa997e7c 100644
--- a/gRPC.podspec
+++ b/gRPC.podspec
@@ -58,7 +58,7 @@ Pod::Spec.new do |s|
ss.source_files = "#{src_dir}/*.{h,m}", "#{src_dir}/**/*.{h,m}"
ss.exclude_files = "#{src_dir}/GRPCCall+GID.{h,m}"
- ss.private_header_files = "#{src_dir}/private/*.h", "#{src_dir}/internal/GRPCCallOptions+Internal.h"
+ ss.private_header_files = "#{src_dir}/private/*.h", "#{src_dir}/internal/*.h"
ss.dependency 'gRPC-Core', version
end
diff --git a/src/objective-c/GRPCClient/internal/GRPCCallOptions+internal.h b/src/objective-c/GRPCClient/internal/GRPCCallOptions+Internal.h
index eb691b3acb..eb691b3acb 100644
--- a/src/objective-c/GRPCClient/internal/GRPCCallOptions+internal.h
+++ b/src/objective-c/GRPCClient/internal/GRPCCallOptions+Internal.h
diff --git a/templates/gRPC.podspec.template b/templates/gRPC.podspec.template
index a3ed1d7858..593d277e5b 100644
--- a/templates/gRPC.podspec.template
+++ b/templates/gRPC.podspec.template
@@ -60,7 +60,7 @@
ss.source_files = "#{src_dir}/*.{h,m}", "#{src_dir}/**/*.{h,m}"
ss.exclude_files = "#{src_dir}/GRPCCall+GID.{h,m}"
- ss.private_header_files = "#{src_dir}/private/*.h", "#{src_dir}/internal/GRPCCallOptions+Internal.h"
+ ss.private_header_files = "#{src_dir}/private/*.h", "#{src_dir}/internal/*.h"
ss.dependency 'gRPC-Core', version
end