orta / ARAnalytics

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

Changed import method for Localytics provider #278

Closed cemaleker closed 8 years ago

cemaleker commented 8 years ago

With old import method an import error is raised on compile time.

BenchR267 commented 8 years ago

This breaks if the project does not use dynamic frameworks. To make it compatible with both, static and dynamic libraries, could you please use #import <Localytics/Localytics.h>?

DangerCI commented 8 years ago
:white_check_mark: Well done.
:white_check_mark:

Please include a CHANGELOG entry. You can find it at CHANGELOG.md.

Generated by :no_entry_sign: danger

BenchR267 commented 8 years ago

Thanks