Skip to content

Commit

Permalink
strip out AdSupport import when MIXPANEL_NO_IFA is set
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Rahilly committed Dec 10, 2013
1 parent 49a177a commit ace3e46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Mixpanel/Mixpanel.m
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
#include <sys/socket.h>
#include <sys/sysctl.h>

#ifndef MIXPANEL_NO_IFA
#import <AdSupport/ASIdentifierManager.h>
#endif
#import <CommonCrypto/CommonDigest.h>
#import <CoreTelephony/CTCarrier.h>
#import <CoreTelephony/CTTelephonyNetworkInfo.h>
Expand Down

0 comments on commit ace3e46

Please sign in to comment.