Skip to content

Commit e5f55ac

Browse files
committed
update readme
1 parent 1a2356b commit e5f55ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A CocoaPods plugin to integrate pods in form of prebuilt frameworks, not source
66

77
## Why
88

9-
You may wonder why CocoaPods doesn't have a function to integrate libs in form of binaries, if there are dozens or hundreds of pods your podfile and compile them for a great many times meaninglessly. Too many source code of libs slow down your compile and the response of IDE (e.g. code completion), and then reduce work efficiency, giving us time to think about the meaning of life.
9+
You may wonder why CocoaPods doesn't have a function to integrate libs in form of binaries, if there are dozens or hundreds of pods your podfile and compile them for a great many times meaninglessly. Too many source code of libs slow down your compile and the response of IDE (e.g. code completion), and then reduce work efficiency, leaving us time to think about the meaning of life.
1010

1111
This plugin implements this simple wish. Replace the source code in pod target with prebuilt frameworks.
1212

@@ -57,6 +57,7 @@ if you want to disable binary for a specific pod when using `all_binary!`, place
5757
#### Known Issue
5858

5959
- doesn't support watchos now
60+
- dSYM files is missing for dynamic frameworks using this plugin
6061

6162
## License
6263

0 commit comments

Comments
 (0)