Skip to content
Snippets Groups Projects
Commit 27e9db43 authored by Muxi Yan's avatar Muxi Yan
Browse files

Add modification warning to templated files

parent 91bac115
No related branches found
No related tags found
No related merge requests found
# GRPC CocoaPods podspec # This file has been automatically generated from a template file.
# This file has been automatically generated from a template file. Please make modifications to # Please make modifications to `templates/gRPC-Core.podspec.template`
# `templates/gRPC-Core.podspec.template` instead. This file can be regenerated from the template by # instead. This file can be regenerated from the template by running
# running `tools/buildgen/generate_projects.sh`. # `tools/buildgen/generate_projects.sh`.
# gRPC Core CocoaPods podspec
#
# Copyright 2015, Google Inc. # Copyright 2015, Google Inc.
# All rights reserved. # All rights reserved.
# #
......
# This file has been automatically generated from a template file.
# Please make modifications to
# `templates/gRPC-ProtoRPC.podspec.template` instead. This file can be
# regenerated from the template by running
# `tools/buildgen/generate_projects.sh`.
# Copyright 2015, Google Inc. # Copyright 2015, Google Inc.
# All rights reserved. # All rights reserved.
# #
......
# This file has been automatically generated from a template file.
# Please make modifications to
# `templates/gRPC-RxLibrary.podspec.template` instead. This file can be
# regenerated from the template by running
# `tools/buildgen/generate_projects.sh`.
# Copyright 2015, Google Inc. # Copyright 2015, Google Inc.
# All rights reserved. # All rights reserved.
# #
......
# This file has been automatically generated from a template file.
# Please make modifications to `templates/gRPC.podspec.template`
# instead. This file can be regenerated from the template by running
# `tools/buildgen/generate_projects.sh`.
# Copyright 2015, Google Inc. # Copyright 2015, Google Inc.
# All rights reserved. # All rights reserved.
# #
......
# 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. # Copyright 2016, Google Inc.
# All rights reserved. # All rights reserved.
# #
......
...@@ -31,4 +31,7 @@ ...@@ -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-dev" #define GRPC_OBJC_VERSION_STRING @"1.1.0-dev"
%YAML 1.2 %YAML 1.2
--- | --- |
# GRPC CocoaPods podspec # This file has been automatically generated from a template file.
# This file has been automatically generated from a template file. Please make modifications to # Please make modifications to `templates/gRPC-Core.podspec.template`
# `templates/gRPC-Core.podspec.template` instead. This file can be regenerated from the template by # instead. This file can be regenerated from the template by running
# running `tools/buildgen/generate_projects.sh`. # `tools/buildgen/generate_projects.sh`.
# gRPC Core CocoaPods podspec
#
# Copyright 2015, Google Inc. # Copyright 2015, Google Inc.
# All rights reserved. # All rights reserved.
# #
......
%YAML 1.2 %YAML 1.2
--- | --- |
# This file has been automatically generated from a template file.
# Please make modifications to
# `templates/gRPC-ProtoRPC.podspec.template` instead. This file can be
# regenerated from the template by running
# `tools/buildgen/generate_projects.sh`.
# Copyright 2015, Google Inc. # Copyright 2015, Google Inc.
# All rights reserved. # All rights reserved.
# #
......
%YAML 1.2 %YAML 1.2
--- | --- |
# This file has been automatically generated from a template file.
# Please make modifications to
# `templates/gRPC-RxLibrary.podspec.template` instead. This file can be
# regenerated from the template by running
# `tools/buildgen/generate_projects.sh`.
# Copyright 2015, Google Inc. # Copyright 2015, Google Inc.
# All rights reserved. # All rights reserved.
# #
......
%YAML 1.2 %YAML 1.2
--- | --- |
# This file has been automatically generated from a template file.
# Please make modifications to `templates/gRPC.podspec.template`
# instead. This file can be regenerated from the template by running
# `tools/buildgen/generate_projects.sh`.
# Copyright 2015, Google Inc. # Copyright 2015, Google Inc.
# All rights reserved. # All rights reserved.
# #
......
%YAML 1.2 %YAML 1.2
--- | --- |
# 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. # Copyright 2016, Google Inc.
# All rights reserved. # All rights reserved.
# #
......
...@@ -32,5 +32,8 @@ ...@@ -32,5 +32,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
* *
*/ */
/* This file is autogenerated from template:
* templates/src/objective-c/GRPCClient/private/version.h.template */
#define GRPC_OBJC_VERSION_STRING @"${settings.version}" #define GRPC_OBJC_VERSION_STRING @"${settings.version}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment