Skip to content
Snippets Groups Projects
Commit 0398a5d1 authored by Muxi Yan's avatar Muxi Yan Committed by GitHub
Browse files

Merge pull request #12107 from paulb777/patch-1

Fix Objc Readme for directory hierarchies
parents b66c72c6 5e1ac7f2
No related branches found
No related tags found
No related merge requests found
...@@ -112,7 +112,7 @@ the sample Podspec above. For example, you could use: ...@@ -112,7 +112,7 @@ the sample Podspec above. For example, you could use:
```ruby ```ruby
s.prepare_command = <<-CMD s.prepare_command = <<-CMD
... ...
#{src}/*.proto #{src}/**/*.proto `find . -name *.proto -print | xargs`
CMD CMD
... ...
ms.source_files = "#{dir}/*.pbobjc.{h,m}", "#{dir}/**/*.pbobjc.{h,m}" ms.source_files = "#{dir}/*.pbobjc.{h,m}", "#{dir}/**/*.pbobjc.{h,m}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment