aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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