We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26e7830 commit 95501aaCopy full SHA for 95501aa
Package.swift
@@ -14,11 +14,14 @@ let package = Package(
14
.library(name: "Amplitude", targets: ["Amplitude"]),
15
],
16
dependencies: [
17
- .package(url: "https://github.com/amplitude/amplitude-ios-core.git", from: "1.0.0")
+ .package(url: "https://github.com/amplitude/analytics-connector-ios.git", from: "1.0.0")
18
19
targets: [
20
.target(
21
name: "Amplitude",
22
+ dependencies: [
23
+ .product(name: "AnalyticsConnector", package: "analytics-connector-ios")
24
+ ],
25
path: "Sources",
26
resources: [.process("Resources/ComodoRsaDomainValidationCA.der")],
27
publicHeadersPath: "Amplitude/Public"),
0 commit comments