orta / ARAnalytics

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

ParseAnalytics OS X support #205

Closed stel closed 9 years ago

stel commented 9 years ago

Added ARAnalytics/ParseAnalytics support for Mac, fixes #204

orta commented 9 years ago

This will swap out support for Parse iOS for support on parse for OS X. I think you'll need to make a second ParseOSX subspec, similar to how mixpanel does it/.

stel commented 9 years ago

Yes, done!

In my implementation there is also a new category ARAnalytics+ParseAnalytics and it's not included for OSX subscpec because of a OSX-suffix. So it looks safe to use provider name instead of spec name for including category files

orta commented 9 years ago

Alright, yeah, this looks good!