Skip to content

Commit

Permalink
Renaming package to be consistent with umbrella header
Browse files Browse the repository at this point in the history
  • Loading branch information
rsmith-attentive committed Feb 13, 2024
1 parent 1ecb502 commit 407c7b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
import PackageDescription

let package = Package(
name: "AttentiveSdk",
name: "ATTNSDKFramework",
platforms: [.iOS(.v12)],
products: [
.library(name: "attentive-ios-sdk", targets: ["attentive-ios-sdk"])
.library(name: "ATTNSDKFramework", targets: ["ATTNSDKFramework"])

],
targets: [
.target(
name: "attentive-ios-sdk",
name: "ATTNSDKFramework",
path: "Sources/"
)
]
Expand Down
2 changes: 1 addition & 1 deletion Sources/ATTNAPI.m
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//

#import <Foundation/Foundation.h>
#import <WebKit/WebKit.h>
#import <UIKit/UIKit.h>

#import "ATTNParameterValidation.h"
#import "ATTNUserIdentity.h"
Expand Down

0 comments on commit 407c7b3

Please sign in to comment.