aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/gRPC-Core.podspec.template
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2016-06-09 09:15:28 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2016-06-09 09:15:28 -0700
commit667557f22b1cc601c60d3227f209b8cf848738b5 (patch)
treed0b232503a72fe95216c1169e96b7d79ef7f77f5 /templates/gRPC-Core.podspec.template
parent3775074c8606f728d1d58949aaa13852701d6471 (diff)
gRPC-Core.podspec: Clarify where the template is
Diffstat (limited to 'templates/gRPC-Core.podspec.template')
-rw-r--r--templates/gRPC-Core.podspec.template12
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/gRPC-Core.podspec.template b/templates/gRPC-Core.podspec.template
index 4572a6151f..ee0ca4cafe 100644
--- a/templates/gRPC-Core.podspec.template
+++ b/templates/gRPC-Core.podspec.template
@@ -1,10 +1,9 @@
%YAML 1.2
--- |
# GRPC CocoaPods podspec
- # This file has been automatically generated from a template file.
- # Please look at the templates directory instead.
- # This file can be regenerated from the template by running
- # tools/buildgen/generate_projects.sh
+ # This file has been automatically generated from a template file. Please make modifications to
+ # `templates/gRPC-Core.podspec.template` instead. This file can be regenerated from the template by
+ # running `tools/buildgen/generate_projects.sh`.
# Copyright 2015, Google Inc.
# All rights reserved.
@@ -104,8 +103,9 @@
# A module map is necessary for a dynamic framework to be correctly created by Cocoapods.
s.module_map = 'include/grpc/module.modulemap'
- # List of source files generated by a template. To save you from scrolling, this is the last part
- # of the podspec.
+ # List of source files generated by a template: `templates/gRPC-Core.podspec.template`. It can be
+ # regenerated from the template by running `tools/buildgen/generate_projects.sh`.
+ # To save you from scrolling, this is the last part of the podspec.
s.source_files = ${(',\n' + 19*' ').join('\'%s\'' % f for f in grpc_files(libs))}
s.private_header_files = ${(',\n' + 27*' ').join('\'%s\'' % f for f in grpc_private_headers(libs))}