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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tci-gateway-module
Grpc
Commits
54e28ad7
Commit
54e28ad7
authored
Jul 11, 2016
by
Jorge Canizales
Browse files
Options
Downloads
Patches
Plain Diff
Tests Podfile cleanup
parent
45bb7f36
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/objective-c/tests/Podfile
+8
-4
8 additions, 4 deletions
src/objective-c/tests/Podfile
with
8 additions
and
4 deletions
src/objective-c/tests/Podfile
+
8
−
4
View file @
54e28ad7
...
@@ -17,14 +17,18 @@ GRPC_LOCAL_SRC = '../../..'
...
@@ -17,14 +17,18 @@ GRPC_LOCAL_SRC = '../../..'
)
.
each
do
|
target_name
|
)
.
each
do
|
target_name
|
target
target_name
do
target
target_name
do
pod
'Protobuf'
,
:path
=>
"
#{
GRPC_LOCAL_SRC
}
/third_party/protobuf"
,
:inhibit_warnings
=>
true
pod
'Protobuf'
,
:path
=>
"
#{
GRPC_LOCAL_SRC
}
/third_party/protobuf"
,
:inhibit_warnings
=>
true
pod
'!ProtoCompiler'
,
:path
=>
"
#{
GRPC_LOCAL_SRC
}
/src/objective-c"
pod
'!ProtoCompiler'
,
:path
=>
"
#{
GRPC_LOCAL_SRC
}
/src/objective-c"
pod
'!ProtoCompiler-gRPCPlugin'
,
:path
=>
"
#{
GRPC_LOCAL_SRC
}
/src/objective-c"
pod
'!ProtoCompiler-gRPCPlugin'
,
:path
=>
"
#{
GRPC_LOCAL_SRC
}
/src/objective-c"
pod
'BoringSSL'
,
:podspec
=>
"
#{
GRPC_LOCAL_SRC
}
/src/objective-c"
,
:inhibit_warnings
=>
true
pod
'BoringSSL'
,
:podspec
=>
"
#{
GRPC_LOCAL_SRC
}
/src/objective-c"
,
:inhibit_warnings
=>
true
pod
'CronetFramework'
,
:podspec
=>
"
#{
GRPC_LOCAL_SRC
}
/src/objective-c"
pod
'CronetFramework'
,
:podspec
=>
"
#{
GRPC_LOCAL_SRC
}
/src/objective-c"
pod
'gRPC'
,
:path
=>
GRPC_LOCAL_SRC
pod
'gRPC'
,
:path
=>
GRPC_LOCAL_SRC
pod
'gRPC-Core'
,
:path
=>
GRPC_LOCAL_SRC
pod
'gRPC-Core'
,
:path
=>
GRPC_LOCAL_SRC
pod
'gRPC-RxLibrary'
,
:path
=>
GRPC_LOCAL_SRC
pod
'gRPC-RxLibrary'
,
:path
=>
GRPC_LOCAL_SRC
pod
'gRPC-ProtoRPC'
,
:path
=>
GRPC_LOCAL_SRC
pod
'gRPC-ProtoRPC'
,
:path
=>
GRPC_LOCAL_SRC
pod
'RemoteTest'
,
:path
=>
"RemoteTestClient"
pod
'RemoteTest'
,
:path
=>
"RemoteTestClient"
end
end
end
end
...
...
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
sign in
to comment