Skip to content

Commit

Permalink
Merge pull request #33 from UserLeap/explicit_deps
Browse files Browse the repository at this point in the history
Specify product dependencies with package and bump version
  • Loading branch information
helloandrewpark committed Oct 17, 2023
2 parents 8d5f87b + e9e3e62 commit ea0b6ae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/UserLeap/userleap-ios-sdk-releases/",
"state" : {
"revision" : "09fb19deddc00c4c8bd070e283a2a7d30d22279a",
"version" : "4.14.0"
"revision" : "b6e44c99f0b763a026f50c771b0f550a103ff065",
"version" : "4.19.2"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ let package = Package(
// Targets can depend on other targets in this package, and on products in packages this package depends on.
.target(
name: "SegmentSprig",
dependencies: ["Segment", "UserLeapKit"]),
dependencies: [.product(name: "Segment", package: "analytics-swift"), .product(name: "UserLeapKit", package: "userleap-ios-sdk-releases")]),

// TESTS ARE HANDLED VIA THE EXAMPLE APP.
]
Expand Down
2 changes: 1 addition & 1 deletion Sources/SegmentSprig/Version.swift
Original file line number Diff line number Diff line change
@@ -1 +1 @@
internal let __destination_version = "1.2.3"
internal let __destination_version = "1.2.4"

0 comments on commit ea0b6ae

Please sign in to comment.