Skip to content

Commit 0918862

Browse files
committed
update readme for keep_source_code_for_prebuilt_frameworks!
1 parent 2d6bf20 commit 0918862

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,11 @@ end
5555

5656
If you want to disable binary for a specific pod when using `all_binary!`, place a `:binary => false` to it.
5757

58+
If your `Pods` folder is excluded from git, you may add `keep_source_code_for_prebuilt_frameworks!` in the head of Podfile to speed up pod install, as it won't download all the sources every time prebuilt pods have changes.
59+
5860
If bitcode is needed, add a `enable_bitcode_for_prebuilt_frameworks!` before all targets in Podfile
5961

62+
6063
#### Known Issues
6164

6265
- doesn't support watchos now

0 commit comments

Comments
 (0)