mrackwitz / MRProgress

Collection of iOS drop-in components to visualize progress
MIT License
2.55k stars 306 forks source link

MRProgress target settings in MRProgress.xcodeproj differs from target in Pod.xcodeproj #125

Open jamieomatthews opened 7 years ago

jamieomatthews commented 7 years ago

The project settings are different for the MRProgress target inside the main project from the settings in the Pod project. These should be the same. There are build errors in the main project that are being ignored by the pod project.

To be specific - the target in MRProgress.xcodeproj has some extra settings:

This PR fixes the errors being warned about. Once this PR is merged, these settings should be applied to the pod target as well.

https://github.com/mrackwitz/MRProgress/pull/123