BranchMetrics / sdk-release

TUNE iOS, Android, and Windows native SDKs
https://developers.tune.com/sdk/quick-starts/
GNU General Public License v3.0
56 stars 46 forks source link

Bug-fix: updated NS_ENUM declaration on TuneGender. #15

Closed spxrogers closed 8 years ago

spxrogers commented 8 years ago

Fixes an invalid macro definition; it's a mix between an old C-style enum + typedef and Apple's "modern objective-c" standard described here: https://developer.apple.com/library/ios/releasenotes/ObjectiveC/ModernizationObjC/AdoptingModernObjective-C/AdoptingModernObjective-C.html#//apple_ref/doc/uid/TP40014150-CH1-SW6

Trying to build the original declaration in a Swift project resulted in the following error(s): screen shot 2015-11-12 at 3 16 49 pm