-
Notifications
You must be signed in to change notification settings - Fork 11
Cocoapods Core version in Gemfile #52
Comments
@floere what do you think. I want to expose deprecation status as part of the returned data, but this requires new code from the Core. I tried running against Core master branch, but that seems to break a lot of the tests, I could of course fix these as a part of point the Core to the master branch too |
@orta Okay I will update it to use the master branch for the Core and go through the failing tests and adjust them according to the changes in the core |
The specs in tests broke when updating to |
Well, MapBox got deprecated, think that might be the reason? |
Not sure, when it runs the test it uses the |
This commit is what caused it to break CocoaPods/Core@15a071e |
It is indeed used by the MapBox pod as seen here. So should I remove that whole pod from the data folder then? |
Yes! That makes sense to me. |
Okay I did just that in #53 preparing the actual deprecation status PR right now by adding a few deprecated pods to the spec pods |
Currently the Cocoapods Core version is not specifying the branch directly for the Core repository. Instead it's using the version available on RubyGems. Among other things this prevents overriding the gem with a local path. Is there are reason for it or should it be changed to use the same format as https://github.com/CocoaPods?
The text was updated successfully, but these errors were encountered: