Skip to content

Commit 73249c2

Browse files
committed
clean up Package.swift
1 parent 27d2979 commit 73249c2

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

Package.swift

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,6 @@ let package = Package(
2525
.target(
2626
name: "mParticle_Apple_SDK_Swift",
2727
path: "mParticle-Apple-SDK-Swift/Sources",
28-
exclude: [],
29-
sources: nil,
30-
publicHeadersPath: nil,
31-
cSettings: nil,
32-
cxxSettings: nil,
33-
swiftSettings: nil,
34-
linkerSettings: nil
3528
),
3629
// Objective-C SDK (NoLocation variant) - source-based distribution
3730
.target(
@@ -59,13 +52,13 @@ let package = Package(
5952
.headerSearchPath("Custom Modules"),
6053
.headerSearchPath("AppNotifications"),
6154
.headerSearchPath("Data Model"),
62-
.headerSearchPath("Libraries/Reachability"),
55+
.headerSearchPath("Libraries/Reachability")
6356
],
6457
linkerSettings: [
6558
.linkedFramework("Foundation"),
6659
.linkedFramework("UIKit", .when(platforms: [.iOS])),
6760
.linkedFramework("WebKit", .when(platforms: [.iOS])),
68-
.linkedFramework("UserNotifications", .when(platforms: [.iOS])),
61+
.linkedFramework("UserNotifications", .when(platforms: [.iOS]))
6962
]
7063
),
7164
// Binary target (kept for backward compatibility or as alternative)

0 commit comments

Comments
 (0)