Skip to content

Commit 27e9db4

Browse files
author
Muxi Yan
committed
Add modification warning to templated files
1 parent 91bac11 commit 27e9db4

12 files changed

+67
-11
lines changed

gRPC-Core.podspec

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
# GRPC CocoaPods podspec
2-
# This file has been automatically generated from a template file. Please make modifications to
3-
# `templates/gRPC-Core.podspec.template` instead. This file can be regenerated from the template by
4-
# running `tools/buildgen/generate_projects.sh`.
1+
# This file has been automatically generated from a template file.
2+
# Please make modifications to `templates/gRPC-Core.podspec.template`
3+
# instead. This file can be regenerated from the template by running
4+
# `tools/buildgen/generate_projects.sh`.
55

6+
# gRPC Core CocoaPods podspec
7+
#
68
# Copyright 2015, Google Inc.
79
# All rights reserved.
810
#

gRPC-ProtoRPC.podspec

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# This file has been automatically generated from a template file.
2+
# Please make modifications to
3+
# `templates/gRPC-ProtoRPC.podspec.template` instead. This file can be
4+
# regenerated from the template by running
5+
# `tools/buildgen/generate_projects.sh`.
6+
17
# Copyright 2015, Google Inc.
28
# All rights reserved.
39
#

gRPC-RxLibrary.podspec

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# This file has been automatically generated from a template file.
2+
# Please make modifications to
3+
# `templates/gRPC-RxLibrary.podspec.template` instead. This file can be
4+
# regenerated from the template by running
5+
# `tools/buildgen/generate_projects.sh`.
6+
17
# Copyright 2015, Google Inc.
28
# All rights reserved.
39
#

gRPC.podspec

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# This file has been automatically generated from a template file.
2+
# Please make modifications to `templates/gRPC.podspec.template`
3+
# instead. This file can be regenerated from the template by running
4+
# `tools/buildgen/generate_projects.sh`.
5+
16
# Copyright 2015, Google Inc.
27
# All rights reserved.
38
#

src/objective-c/!ProtoCompiler-gRPCPlugin.podspec

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1-
# CocoaPods podspec for the gRPC Proto Compiler Plugin
1+
# This file has been automatically generated from a template file.
2+
# Please make modifications to
3+
# `templates/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec.template`
4+
# instead. This file can be regenerated from the template by running
5+
# `tools/buildgen/generate_projects.sh`.
26

7+
# CocoaPods podspec for the gRPC Proto Compiler Plugin
8+
#
39
# Copyright 2016, Google Inc.
410
# All rights reserved.
511
#

src/objective-c/GRPCClient/private/version.h

+3
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,7 @@
3131
*
3232
*/
3333

34+
/* This file is autogenerated from template:
35+
* templates/src/objective-c/GRPCClient/private/version.h.template */
36+
3437
#define GRPC_OBJC_VERSION_STRING @"1.1.0-dev"

templates/gRPC-Core.podspec.template

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
%YAML 1.2
22
--- |
3-
# GRPC CocoaPods podspec
4-
# This file has been automatically generated from a template file. Please make modifications to
5-
# `templates/gRPC-Core.podspec.template` instead. This file can be regenerated from the template by
6-
# running `tools/buildgen/generate_projects.sh`.
3+
# This file has been automatically generated from a template file.
4+
# Please make modifications to `templates/gRPC-Core.podspec.template`
5+
# instead. This file can be regenerated from the template by running
6+
# `tools/buildgen/generate_projects.sh`.
77

8+
# gRPC Core CocoaPods podspec
9+
#
810
# Copyright 2015, Google Inc.
911
# All rights reserved.
1012
#

templates/gRPC-ProtoRPC.podspec.template

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
%YAML 1.2
22
--- |
3+
# This file has been automatically generated from a template file.
4+
# Please make modifications to
5+
# `templates/gRPC-ProtoRPC.podspec.template` instead. This file can be
6+
# regenerated from the template by running
7+
# `tools/buildgen/generate_projects.sh`.
8+
39
# Copyright 2015, Google Inc.
410
# All rights reserved.
511
#

templates/gRPC-RxLibrary.podspec.template

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
%YAML 1.2
22
--- |
3+
# This file has been automatically generated from a template file.
4+
# Please make modifications to
5+
# `templates/gRPC-RxLibrary.podspec.template` instead. This file can be
6+
# regenerated from the template by running
7+
# `tools/buildgen/generate_projects.sh`.
8+
39
# Copyright 2015, Google Inc.
410
# All rights reserved.
511
#

templates/gRPC.podspec.template

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
%YAML 1.2
22
--- |
3+
# This file has been automatically generated from a template file.
4+
# Please make modifications to `templates/gRPC.podspec.template`
5+
# instead. This file can be regenerated from the template by running
6+
# `tools/buildgen/generate_projects.sh`.
7+
38
# Copyright 2015, Google Inc.
49
# All rights reserved.
510
#

templates/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec.template

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
%YAML 1.2
22
--- |
3-
# CocoaPods podspec for the gRPC Proto Compiler Plugin
3+
# This file has been automatically generated from a template file.
4+
# Please make modifications to
5+
# `templates/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec.template`
6+
# instead. This file can be regenerated from the template by running
7+
# `tools/buildgen/generate_projects.sh`.
48

9+
# CocoaPods podspec for the gRPC Proto Compiler Plugin
10+
#
511
# Copyright 2016, Google Inc.
612
# All rights reserved.
713
#

templates/src/objective-c/GRPCClient/private/version.h.template

+4-1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,8 @@
3232
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3333
*
3434
*/
35-
35+
36+
/* This file is autogenerated from template:
37+
* templates/src/objective-c/GRPCClient/private/version.h.template */
38+
3639
#define GRPC_OBJC_VERSION_STRING @"${settings.version}"

0 commit comments

Comments
 (0)