jbsf / blindside

Blindside provides dependency injection capabilities for Objective-C on iOS and OS X
MIT License
71 stars 43 forks source link

Use Cedar submodule over HTTPS instead of ssh #48

Closed pivotal-oscar closed 8 years ago

pivotal-oscar commented 8 years ago

In general, this is a nicer URL to use because traffic over 443 is often allowed, but outbound traffic on 22 may be blocked.

We're using Blindside with Carthage, which wants to pull down all of the dependencies, even though building the Blindside framework realistically should not require this test dependency.

tjarratt commented 8 years ago

Thanks @akitchen!