Skip to content

Commit

Permalink
MOD: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacky-LinPeng committed Aug 6, 2022
1 parent b1599a7 commit f790667
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
随着项目的不断迭代,项目代码及依赖三方库和内部库越来越多,导致项目编译时间越来越长,浪费大量开发时间。
cocoapods-xlbuild插件将三方库打包为静态库,从而提高项目编译时间

## 插入
## 安装插件
````shell
$ gem install cocoapods-xlbuild
````

## 使用
修改 podfile 文件,加入以下代码
#### 1. 使用静态库编译:
#### 1. 使用静态库编译(推荐)
````ruby
plugin 'cocoapods-xlbuild'
use_frameworks! :linkage => :static
Expand Down

0 comments on commit f790667

Please sign in to comment.