orta / ARAnalytics

Simplify your iOS/Mac analytics
MIT License
1.83k stars 217 forks source link

HockeyAppOSX integration is broken; build fails #187

Closed natan closed 9 years ago

natan commented 9 years ago

Currently, adding the HockeyAppOSX subspec causes build to fail: the import paths in HockeyAppProvider.m are incorrect, and once those are fixed there are a number of other build failures due to SDK differences in HockeySDK-iOS and HockeySDK-Mac. It seems the best solution to this is to separate the two providers out so that both build properly. I'm happy to take that task on in the next couple days!

orta commented 9 years ago

Sure thing, thanks @natan