In cli_runner.rb we are hardcoding the location of the CocoaPods repositories (local copies). This location may change if the user changes the default configuration. According to CocoaPods/CocoaPods#10643 we could use Config.instance.repos_dir to read this value from the current configuration.
In cli_runner.rb we are hardcoding the location of the CocoaPods repositories (local copies). This location may change if the user changes the default configuration. According to CocoaPods/CocoaPods#10643 we could use
Config.instance.repos_dir
to read this value from the current configuration.