Skip to content

Commit 95501aa

Browse files
authored
fix: update swift package to support connector package (#383)
1 parent 26e7830 commit 95501aa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Package.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,14 @@ let package = Package(
1414
.library(name: "Amplitude", targets: ["Amplitude"]),
1515
],
1616
dependencies: [
17-
.package(url: "https://github.com/amplitude/amplitude-ios-core.git", from: "1.0.0")
17+
.package(url: "https://github.com/amplitude/analytics-connector-ios.git", from: "1.0.0")
1818
],
1919
targets: [
2020
.target(
2121
name: "Amplitude",
22+
dependencies: [
23+
.product(name: "AnalyticsConnector", package: "analytics-connector-ios")
24+
],
2225
path: "Sources",
2326
resources: [.process("Resources/ComodoRsaDomainValidationCA.der")],
2427
publicHeadersPath: "Amplitude/Public"),

0 commit comments

Comments
 (0)