Skip to content

Commit

Permalink
Testing the reverse to see if both framework files work
Browse files Browse the repository at this point in the history
  • Loading branch information
rsmith-attentive committed Feb 13, 2024
1 parent 708b640 commit c0de75f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Framework/ATTNSDKFramework.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FOUNDATION_EXPORT const unsigned char ATTNSDKFrameworkVersionString[];

// In this header, you should import all the public headers of your framework using statements like #import <attentive_ios_sdk/PublicHeader.h>

//#import <Sources/ATTNSDK.h>
#import <Sources/ATTNSDK.h>
//#import <attentive_ios_sdk_framework/ATTNSDK.h>
//#import <attentive_ios_sdk_framework/ATTNUserIdentity.h>
//#import <attentive_ios_sdk_framework/ATTNEventTracker.h>
Expand Down
2 changes: 1 addition & 1 deletion Sources/include/ATTNSDKFramework.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FOUNDATION_EXPORT double ATTNSDKFrameworkVersionNumber;

FOUNDATION_EXPORT const unsigned char ATTNSDKFrameworkVersionString[];

#import <../ATTNSDK.h>
//#import <../ATTNSDK.h>
//#import <attentive_ios_sdk_framework/ATTNSDK.h>
//#import <attentive_ios_sdk_framework/ATTNUserIdentity.h>
//#import <attentive_ios_sdk_framework/ATTNEventTracker.h>
Expand Down

0 comments on commit c0de75f

Please sign in to comment.