diff options
author | Muxi Yan <mxyan@google.com> | 2017-01-30 09:32:11 -0800 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2017-01-30 09:32:11 -0800 |
commit | 57f9bc481956efa649a0bdc546965d348e6fdc8a (patch) | |
tree | 4451bb0a8b761beaa384e424ba75d30de6f3f709 /src | |
parent | 249d7a66ff82d3e919684ec742e6a51b56664c45 (diff) |
Add modification warning to templated files
Diffstat (limited to 'src')
-rw-r--r-- | src/objective-c/!ProtoCompiler-gRPCPlugin.podspec | 8 | ||||
-rw-r--r-- | src/objective-c/GRPCClient/private/version.h | 3 |
2 files changed, 10 insertions, 1 deletions
diff --git a/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec b/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec index 51bc044ec6..b1fa8545db 100644 --- a/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec +++ b/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec @@ -1,5 +1,11 @@ -# CocoaPods podspec for the gRPC Proto Compiler Plugin +# This file has been automatically generated from a template file. +# Please make modifications to +# `templates/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec.template` +# instead. This file can be regenerated from the template by running +# `tools/buildgen/generate_projects.sh`. +# CocoaPods podspec for the gRPC Proto Compiler Plugin +# # Copyright 2016, Google Inc. # All rights reserved. # diff --git a/src/objective-c/GRPCClient/private/version.h b/src/objective-c/GRPCClient/private/version.h index 973c206f9c..c848f10aaa 100644 --- a/src/objective-c/GRPCClient/private/version.h +++ b/src/objective-c/GRPCClient/private/version.h @@ -31,4 +31,7 @@ * */ +/* This file is autogenerated from template: + * templates/src/objective-c/GRPCClient/private/version.h.template */ + #define GRPC_OBJC_VERSION_STRING @"1.1.0-pre1" |