Closed giginet closed 3 years ago
@HazAT any reason this hasn't been merged in?
@HazAT Please take a look at this. I would love to use Badge on multiple project also on Fastlane for Android run from Windows - but there curb is very complicated to get installed!
🆙 would love to use this too but curb is causing issues when we try to install it on different systems.
Any reason why this PR is not considered? @HazAT
So is it correctly understood that that curb is no longer maintained for macOS? Considering that it makes sense to ditch curb.
This change breaks our proxy setting in terminal. (the http_proxy
and https_proxy
environment value), without which we cannot connect to an external website like shields.io.
The previous version works well.
Currently, this plugin depends on curb.
But I think this dependency doesn't make sense. We can use
open-uri
instead.To install curb, we have to install libcurl. It's not installed on some environments.
I checked following situations: