mapbox / ios-sdk-examples

Live example code for the Mapbox iOS SDK
https://www.mapbox.com/ios-sdk/examples/
Other
95 stars 35 forks source link

Deintegrating cocoapod artifacts to clean up repo #378

Closed nishant-karajgikar closed 4 years ago

nishant-karajgikar commented 4 years ago

This PR removes latent cocoapod configurations from the repo. This is done by using pod deintegrate which takes care of removing all traces of these configurations from the project file.

These artifacts/configurations are innocuous (albeit unneeded) if you're only using cocoapods as a dependency manager. However if you try to use carthage to fetch the mapbox dependencies you wind up running into obscure build issues.

NOTE: Workflows for a developer do not change once this PR is merged. pod install will still setup the workspace and construct these configurations for you.