Skip to content

Commit 31133ac

Browse files
authored
fix: restore Analytics-Connector to built from source version when distributing as a swift package (#241)
1 parent ca0bd1e commit 31133ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ let package = Package(
1919
)
2020
],
2121
dependencies: [
22-
.package(url: "https://github.com/amplitude/analytics-connector-ios.git", from: "1.2.3")
22+
.package(url: "https://github.com/amplitude/analytics-connector-ios.git", from: "1.0.1")
2323
],
2424
targets: [
2525
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
2626
// Targets can depend on other targets in this package, and on products in packages this package depends on.
2727
.target(
2828
name: "AmplitudeSwift",
2929
dependencies: [
30-
.product(name: "AnalyticsConnectorFramework", package: "analytics-connector-ios")
30+
.product(name: "AnalyticsConnector", package: "analytics-connector-ios")
3131
],
3232
path: "Sources/Amplitude",
3333
exclude: ["../../Examples/", "../../Tests/"],

0 commit comments

Comments
 (0)