doublesymmetry / cocoapods-patch

Patch CocoaPod dependencies without forking ✨
MIT License
66 stars 13 forks source link

Usage without plugin 'cocoapods-patch' #19

Open tien opened 2 years ago

tien commented 2 years ago

It appear that patches were applied correctly even without adding plugin 'cocoapods-patch' to Podfile. How was this possible?

RamProg commented 2 years ago

Is this not really necessary?

jimmyeisenhauer commented 1 year ago

I noticed this as well. I removed the plugin line from my pod file and I still see the log that it is applying patches. I noticed if I remove the gem from my gem file it does not do this. Maybe something in cocoapods and plugins?