Skip to content

Commit

Permalink
fix: restore Analytics-Connector to built from source version when di…
Browse files Browse the repository at this point in the history
…stributing as a swift package (#241)
  • Loading branch information
crleona authored Nov 12, 2024
1 parent ca0bd1e commit 31133ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/amplitude/analytics-connector-ios.git", from: "1.2.3")
.package(url: "https://github.com/amplitude/analytics-connector-ios.git", from: "1.0.1")
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
// Targets can depend on other targets in this package, and on products in packages this package depends on.
.target(
name: "AmplitudeSwift",
dependencies: [
.product(name: "AnalyticsConnectorFramework", package: "analytics-connector-ios")
.product(name: "AnalyticsConnector", package: "analytics-connector-ios")
],
path: "Sources/Amplitude",
exclude: ["../../Examples/", "../../Tests/"],
Expand Down

0 comments on commit 31133ac

Please sign in to comment.