aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/README-CFSTREAM.md
diff options
context:
space:
mode:
authorGravatar Muxi Yan <muxi@users.noreply.github.com>2018-08-07 15:17:41 -0700
committerGravatar GitHub <noreply@github.com>2018-08-07 15:17:41 -0700
commitb9e53ee368dce961f1098e57641439123df03794 (patch)
tree5df6f5f3719b1c8514e8f996842cc4b812a6b2c9 /src/objective-c/README-CFSTREAM.md
parente8e73bfd8d36ed545fe44946f33379ebfa949e25 (diff)
Nit polish on the user manual
Diffstat (limited to 'src/objective-c/README-CFSTREAM.md')
-rw-r--r--src/objective-c/README-CFSTREAM.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/objective-c/README-CFSTREAM.md b/src/objective-c/README-CFSTREAM.md
index d0cd57b7cd..0cb25ab237 100644
--- a/src/objective-c/README-CFSTREAM.md
+++ b/src/objective-c/README-CFSTREAM.md
@@ -16,14 +16,14 @@ If you use gRPC following the instructions in
- Replace the
dependency on `gRPC-ProtoRPC` with `gRPC-ProtoRPC/CFStream`.
- Enable CFStream with environment variable `grpc_cfstream=1`. This can be done either in Xcode
- console or by your code with `setenv()`.
+ console or by your code with `setenv()` before gRPC is initialized.
If your project directly depends on podspecs other than `gRPC-ProtoRPC` (e.g. `gRPC` or
`gRPC-Core`):
- Make your projects depend on subspecs corresponding to CFStream in each gRPC podspec.
- Enable CFStream with environment variable `grpc_cfstream=1`. This can be done either in Xcode
- console or by your code with `setenv()`.
+ console or by your code with `setenv()` before gRPC is initialized.
## Notes