aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/README.md
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2017-08-07 15:01:49 -0700
committerGravatar GitHub <noreply@github.com>2017-08-07 15:01:49 -0700
commit5e1ac7f201a81cb9a9ece9e2d2f50e03bc6697c0 (patch)
treee0e5bf2d81d3d007bef0352e386f4921890904a8 /src/objective-c/README.md
parentb66c72c6dd7dd84bff0fbf43798f69870b8c2102 (diff)
Fix Objc Readme for directory hierarchies
Diffstat (limited to 'src/objective-c/README.md')
-rw-r--r--src/objective-c/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/README.md b/src/objective-c/README.md
index 3624475b9c..e76ee173ea 100644
--- a/src/objective-c/README.md
+++ b/src/objective-c/README.md
@@ -112,7 +112,7 @@ the sample Podspec above. For example, you could use:
```ruby
s.prepare_command = <<-CMD
...
- #{src}/*.proto #{src}/**/*.proto
+ `find . -name *.proto -print | xargs`
CMD
...
ms.source_files = "#{dir}/*.pbobjc.{h,m}", "#{dir}/**/*.pbobjc.{h,m}"