Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tci-gateway-module
Grpc
Commits
e60d5ff8
Commit
e60d5ff8
authored
8 years ago
by
David G. Quintas
Committed by
GitHub
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #9653 from grpc/revert-9606-port-9488
Revert "Port #9488 and part of #9463"
parents
7bd2a627
7f8eb7fe
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/objective-c/!ProtoCompiler-gRPCPlugin.podspec
+1
-1
1 addition, 1 deletion
src/objective-c/!ProtoCompiler-gRPCPlugin.podspec
src/objective-c/!ProtoCompiler.podspec
+1
-1
1 addition, 1 deletion
src/objective-c/!ProtoCompiler.podspec
with
2 additions
and
2 deletions
src/objective-c/!ProtoCompiler-gRPCPlugin.podspec
+
1
−
1
View file @
e60d5ff8
...
...
@@ -101,7 +101,7 @@ Pod::Spec.new do |s|
s
.
preserve_paths
=
plugin
# Restrict the protoc version to the one supported by this plugin.
s
.
dependency
'!ProtoCompiler'
,
'3.
1.0
'
s
.
dependency
'!ProtoCompiler'
,
'3.
0.2
'
# For the Protobuf dependency not to complain:
s
.
ios
.
deployment_target
=
'7.1'
s
.
osx
.
deployment_target
=
'10.9'
...
...
This diff is collapsed.
Click to expand it.
src/objective-c/!ProtoCompiler.podspec
+
1
−
1
View file @
e60d5ff8
...
...
@@ -36,7 +36,7 @@ Pod::Spec.new do |s|
# exclamation mark ensures that other "regular" pods will be able to find it as it'll be installed
# before them.
s
.
name
=
'!ProtoCompiler'
v
=
'3.
1.0
'
v
=
'3.
0.2
'
s
.
version
=
v
s
.
summary
=
'The Protobuf Compiler (protoc) generates Objective-C files from .proto files'
s
.
description
=
<<-
DESC
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment