我可以禁止我的cocoapods更新特定的库吗?因为我想改变它的源代码

时间:2020-12-24 20:18:55

Is there some commands in Podfile like :forbid or :no-update? I just don't want to update some specific libraries. And I don't want to add this library by myself.

在Podfile中是否有一些命令:forbid或:no-update?我只是不想更新一些特定的库。而且我不想自己添加这个库。

1 个解决方案

#1


No, you should probably fork the library or use a local downloaded copy with the :path attribute in your Podfile.

不,您应该在您的Podfile中使用:path属性分叉库或使用本地下载的副本。

#1


No, you should probably fork the library or use a local downloaded copy with the :path attribute in your Podfile.

不,您应该在您的Podfile中使用:path属性分叉库或使用本地下载的副本。