diff options
author | Muxi Yan <mxyan@google.com> | 2017-08-22 18:19:14 -0700 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2017-08-22 18:19:14 -0700 |
commit | 2746d84282136cea8e101b392ba53a25ade863cc (patch) | |
tree | 857f1915ad741447621a413fbcf9c7d7b41cc523 /templates | |
parent | 2238582e5ffc03526a0c1a03e4e1b3164dc4d817 (diff) |
Add missing files to podspec
Diffstat (limited to 'templates')
-rw-r--r-- | templates/gRPC-Core.podspec.template | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/gRPC-Core.podspec.template b/templates/gRPC-Core.podspec.template index 616f2cbbff..6077f8098d 100644 --- a/templates/gRPC-Core.podspec.template +++ b/templates/gRPC-Core.podspec.template @@ -171,6 +171,7 @@ 'test/core/end2end/end2end_tests.{c,h}', 'test/core/end2end/end2end_test_utils.c', 'test/core/end2end/tests/*.{c,h}', + 'test/core/end2end/fixtures/*.h', 'test/core/end2end/data/*.{c,h}', 'test/core/util/debugger_macros.{c,h}', 'test/core/util/test_config.{c,h}', |