Skip to content

Commit

Permalink
fix: update swift package to support connector package (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgiori authored Feb 7, 2022
1 parent 26e7830 commit 95501aa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,14 @@ let package = Package(
.library(name: "Amplitude", targets: ["Amplitude"]),
],
dependencies: [
.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")
],
targets: [
.target(
name: "Amplitude",
dependencies: [
.product(name: "AnalyticsConnector", package: "analytics-connector-ios")
],
path: "Sources",
resources: [.process("Resources/ComodoRsaDomainValidationCA.der")],
publicHeadersPath: "Amplitude/Public"),
Expand Down

0 comments on commit 95501aa

Please sign in to comment.