Skip to content

Commit

Permalink
Merge pull request #153 from apolwork/feature/fix-umbrella-warning
Browse files Browse the repository at this point in the history
Adds Public headers for Swift Package. #114
  • Loading branch information
esingin-sift authored Nov 25, 2024
2 parents b7fb431 + b0de78a commit e80d88c
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 e80d88c

Please sign in to comment.