Skip to content

Commit

Permalink
Testing framework import path
Browse files Browse the repository at this point in the history
  • Loading branch information
rsmith-attentive committed Feb 13, 2024
1 parent 407c7b3 commit dff4951
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions ExampleSwift/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"object": {
"pins": [
{
"package": "attentive-ios-sdk",
"package": "ATTNSDKFramework",
"repositoryURL": "https://github.com/attentive-mobile/attentive-ios-sdk",
"state": {
"branch": "rsmith/support-swift",
"revision": "906c99881d8a7995d636baa41af0d6921da63af6",
"revision": "407c7b377117ae72f2e6d9f5cd486525249639a1",
"version": null
}
}
Expand Down
2 changes: 1 addition & 1 deletion ExampleSwift/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let package = Package(
.target(
name: "ExampleSwift",
dependencies: [
.product(name: "attentive-ios-sdk", package: "attentive-ios-sdk")],
.product(name: "ATTNSDKFramework", package: "attentive-ios-sdk")],
path: "ExampleSwift" // Ensure this path exists and is correct
),
]
Expand Down
5 changes: 1 addition & 4 deletions Sources/include/ATTNSDKFramework.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@ FOUNDATION_EXPORT double ATTNSDKFrameworkVersionNumber;

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 <attentive_ios_sdk_framework/ATTNSDK.h>
#import <ATTNSDKFramework/ATTNSDK.h>
#import <attentive_ios_sdk_framework/ATTNUserIdentity.h>
#import <attentive_ios_sdk_framework/ATTNEventTracker.h>
#import <attentive_ios_sdk_framework/ATTNPurchaseEvent.h>
#import <attentive_ios_sdk_framework/ATTNItem.h>
#import <attentive_ios_sdk_framework/ATTNPrice.h>
#import <attentive_ios_sdk_framework/ATTNEvent.h>
Expand Down

0 comments on commit dff4951

Please sign in to comment.