Skip to content

Commit

Permalink
Fix up the docs to mention the WKTs generated files also.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasvl committed Feb 7, 2018
1 parent 82e0231 commit 07f0231
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions objectivec/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,21 @@ Building

There are two ways to include the Runtime sources in your project:

Add `objectivec/\*.h` & `objectivec/GPBProtocolBuffers.m` to your project.
Add `objectivec/*.h`, `objectivec/google/protobuf/*.pbobjc.h`, and
`objectivec/GPBProtocolBuffers.m` to your project.

*or*

Add `objectivec/\*.h` & `objectivec/\*.m` except for
Add `objectivec/*.h`, `objectivec/google/protobuf/*.pbobjc.h`,
`objectivec/google/protobuf/*.pbobjc.m`, and `objectivec/*.m` except for
`objectivec/GPBProtocolBuffers.m` to your project.


If the target is using ARC, remember to turn off ARC (`-fno-objc-arc`) for the
`.m` files.

The files generated by `protoc` for the `*.proto` files (`\*.pbobjc.h` and
`\*.pbobjc.m`) are then also added to the target.
The files generated by `protoc` for the `*.proto` files (`*.pbobjc.h` and
`*.pbobjc.m`) are then also added to the target.

Usage
-----
Expand Down

0 comments on commit 07f0231

Please sign in to comment.