Closed chfuller-petsmart closed 9 years ago
@chfuller-petsmart Thanks for the PR. We'll try it out and update you soon.
Hey, thanks for the quick response. Sounds great. We'll look out for the update. Thanks!
Sorry, just realized this PR is asking to merge to master. Should we redo it asking to merge to develop?
@chfuller-petsmart Yes. That would be appropriate. Thanks for understanding the flow.
Done. #44
Cool. Thanks!
This simply fixes incorrect imports that prevent the code from compiling on a brand new Xcode project. (Apple changed the default setup for new Xcode projects related to imports and also removed the precompiled header). This PR allows the code to compile on a brand new Xcode project without any config changes. Thanks!