Skip to content

Commit

Permalink
Adds Public header SiftScience#114
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Poluboiarynov committed Nov 8, 2024
1 parent b7fb431 commit b0de78a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ let package = Package(
resources: [
.process("../PrivacyInfo.xcprivacy")
],
publicHeadersPath: "."),
publicHeadersPath: "Public"
),
.testTarget(
name: "sift-iosTests",
dependencies: ["sift-ios"]),
Expand Down
4 changes: 4 additions & 0 deletions Sift/Public/Sift.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#import "../SiftEvent.h"
#import "../SiftQueueConfig.h"
#import "../Sift.h"
#import "../SiftCompatibility.h"

0 comments on commit b0de78a

Please sign in to comment.