From 5e1ac7f201a81cb9a9ece9e2d2f50e03bc6697c0 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Mon, 7 Aug 2017 15:01:49 -0700 Subject: [PATCH] Fix Objc Readme for directory hierarchies --- src/objective-c/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/objective-c/README.md b/src/objective-c/README.md index 3624475b9cc..e76ee173ea3 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}"