happyfoxinc / helpstack

iOS Support Framework
http://helpstack.io
MIT License
476 stars 69 forks source link

Fix imports #40

Closed chfuller-petsmart closed 9 years ago

chfuller-petsmart commented 9 years ago

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!

anirudh24seven commented 9 years ago

@chfuller-petsmart Thanks for the PR. We'll try it out and update you soon.

chfuller-petsmart commented 9 years ago

Hey, thanks for the quick response. Sounds great. We'll look out for the update. Thanks!

chfuller-petsmart commented 9 years ago

Sorry, just realized this PR is asking to merge to master. Should we redo it asking to merge to develop?

anirudh24seven commented 9 years ago

@chfuller-petsmart Yes. That would be appropriate. Thanks for understanding the flow.

chfuller-petsmart commented 9 years ago

Done. #44

anirudh24seven commented 9 years ago

Cool. Thanks!