Skip to content

Commit

Permalink
removed import helper in Example App
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Espinola committed Jun 11, 2024
1 parent 32f52c5 commit 16371df
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 12 deletions.
2 changes: 0 additions & 2 deletions Example/Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
58317979292EEEAA0003D6B0 /* Example - Local.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Example - Local.app"; sourceTree = BUILT_PRODUCTS_DIR; };
5831797A292EEEB30003D6B0 /* attentive_ios_sdk.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = attentive_ios_sdk.framework; sourceTree = BUILT_PRODUCTS_DIR; };
58317993292EF6F70003D6B0 /* attentive_ios_sdk.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = attentive_ios_sdk.framework; sourceTree = BUILT_PRODUCTS_DIR; };
583179B1292F60460003D6B0 /* ImportAttentiveSDK.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ImportAttentiveSDK.h; sourceTree = "<group>"; };
588B597429B94AB100E3BA33 /* attentive_ios_sdk_framework.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = attentive_ios_sdk_framework.framework; sourceTree = BUILT_PRODUCTS_DIR; };
69CCAF4C28DCDE57007620BD /* Example - Pod.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Example - Pod.app"; sourceTree = BUILT_PRODUCTS_DIR; };
69CCAF4F28DCDE57007620BD /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -179,7 +178,6 @@
69CCAF5628DCDE57007620BD /* ViewController.m */,
5806DE7329774E0700C18FFA /* ProductViewController.h */,
5806DE7429774E0700C18FFA /* ProductViewController.m */,
583179B1292F60460003D6B0 /* ImportAttentiveSDK.h */,
FB6723742C134C13008D5516 /* Example - Pod-Bridging-Header.h */,
);
path = Example;
Expand Down
8 changes: 0 additions & 8 deletions Example/Example/ImportAttentiveSDK.h

This file was deleted.

2 changes: 1 addition & 1 deletion Example/Example/ProductViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//

#import "ProductViewController.h"
#import "ImportAttentiveSDK.h"
#import "ATTNSDKFramework/ATTNSDKFramework-Swift.h"

@interface ProductViewController ()

Expand Down
2 changes: 1 addition & 1 deletion Example/Example/ViewController.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#import "ViewController.h"
#import "ImportAttentiveSDK.h"
#import "ATTNSDKFramework/ATTNSDKFramework-Swift.h"
#import <WebKit/WebKit.h>

@interface ViewController ()
Expand Down

0 comments on commit 16371df

Please sign in to comment.