Commit 7b5648ca authored by Thomas Van Lenten's avatar Thomas Van Lenten Committed by GitHub

Merge pull request #1719 from esteluk/patch-1

Fix Objective-C generator option readme typo
parents 2bcd43af 3be61109
......@@ -141,7 +141,7 @@ argument is comma-delimited name/value pairs (_key=value,key2=value2_). The
_keys_ are used to change the behavior during generation. The currently
supported keys are:
* `generate_for_framework_named`: The `value` used for this key will be used
* `generate_for_named_framework`: The `value` used for this key will be used
when generating the `#import` statements in the generated code. Instead
of being plain `#import "some/path/file.pbobjc.h"` lines, they will be
framework based, i.e. - `#import <VALUE/file.pbobjc.h>`.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment