Skip to content

Commit

Permalink
Merge pull request #1 from 1Flow-Inc/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
rohantryskybox authored Sep 16, 2023
2 parents 4f6dc02 + e1f515f commit 637d473
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@ let package = Package(
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(
name: "_1Flow",
url: "https://github.com/1Flow-Inc/1flow-ios-sdk.git",
branch: "master"
),
.package(
name: "Segment",
url: "https://github.com/segmentio/analytics-swift.git",
from: "1.4.0"
)
Expand All @@ -34,8 +32,8 @@ let package = Package(
.target(
name: "Segment1Flow",
dependencies: [
.product(name: "_1Flow", package: "_1Flow"),
.product(name: "Segment", package: "Segment")
.product(name: "_1Flow", package: "1flow-ios-sdk"),
.product(name: "Segment", package: "analytics-swift")
])
]
)

0 comments on commit 637d473

Please sign in to comment.