Skip to content

Commit

Permalink
removing duplicate files and updating imports in the framework within…
Browse files Browse the repository at this point in the history
… include
  • Loading branch information
rsmith-attentive committed Feb 13, 2024
1 parent c0de75f commit 0bf29e1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 35 deletions.
22 changes: 0 additions & 22 deletions Framework/ATTNSDKFramework.h

This file was deleted.

25 changes: 12 additions & 13 deletions Sources/include/ATTNSDKFramework.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@ FOUNDATION_EXPORT double ATTNSDKFrameworkVersionNumber;

FOUNDATION_EXPORT const unsigned char ATTNSDKFrameworkVersionString[];

//#import <../ATTNSDK.h>
//#import <attentive_ios_sdk_framework/ATTNSDK.h>
//#import <attentive_ios_sdk_framework/ATTNUserIdentity.h>
//#import <attentive_ios_sdk_framework/ATTNEventTracker.h>
//#import <attentive_ios_sdk_framework/ATTNItem.h>
//#import <attentive_ios_sdk_framework/ATTNPrice.h>
//#import <attentive_ios_sdk_framework/ATTNEvent.h>
//#import <attentive_ios_sdk_framework/ATTNPurchaseEvent.h>
//#import <attentive_ios_sdk_framework/ATTNProductViewEvent.h>
//#import <attentive_ios_sdk_framework/ATTNAddToCartEvent.h>
//#import <attentive_ios_sdk_framework/ATTNOrder.h>
//#import <attentive_ios_sdk_framework/ATTNCart.h>
//#import <attentive_ios_sdk_framework/ATTNCustomEvent.h>
#import <../ATTNSDK.h>
#import <../ATTNUserIdentity.h>
#import <../ATTNEventTracker.h>
#import <../ATTNItem.h>
#import <../ATTNPrice.h>
#import <../ATTNEvent.h>
#import <../ATTNPurchaseEvent.h>
#import <../ATTNProductViewEvent.h>
#import <../ATTNAddToCartEvent.h>
#import <../ATTNOrder.h>
#import <../ATTNCart.h>
#import <../ATTNCustomEvent.h>

0 comments on commit 0bf29e1

Please sign in to comment.