aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
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 /templates
parentd8e7a6c6f1269eedec3f7b175ac85ed89e6e490e (diff)
Rename GRPCCallOptions+internal->GRPCCallOptions+Internal
Diffstat (limited to 'templates')
-rw-r--r--templates/gRPC.podspec.template2
1 files changed, 1 insertions, 1 deletions
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