orta / ARAnalytics

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

Add ARLogv, non-variadic version of ARLog, for Swift interop. #279

Closed ibrt closed 8 years ago

ibrt commented 8 years ago

ARLog cannot be called from Swift code because variadic ObjC functions are not supported by the interop layer. I did some research and this seems to be the standard way to go about it (see for example the implementation of NSLog and NSLogv).

DangerCI commented 8 years ago
:white_check_mark: Nice work.
:white_check_mark:

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

Generated by :no_entry_sign: danger

orta commented 8 years ago

Cool, looks good, can you add yourself to the CHANGELOG - then we're good to go 👯

ibrt commented 8 years ago

Done, thank you!

orta commented 8 years ago

Rockin!

ibrt commented 8 years ago

Awesome! Just a quick question, when can I approximately expect the next version to be released?

orta commented 8 years ago

screen shot 2016-06-30 at 4 45 50 pm

now