Skip to content

Commit

Permalink
fix: install 3.0 with Swift Package Manager from Xcode (#660)
Browse files Browse the repository at this point in the history
  • Loading branch information
levibostian committed Mar 21, 2024
1 parent 0862441 commit 45b0367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -45,7 +45,7 @@ let package = Package(
.package(name: "Firebase", url: "https://github.com/firebase/firebase-ios-sdk.git", "8.7.0"..<"11.0.0"),

// The version is a git commit hash. Make sure the commit is the same as what the DataPipelines CocoaPods is using.
.package(name: "Segment", url: "https://github.com/customerio/cdp-analytics-swift.git", .revision("b2f8f5b68dd0d8796b4bacdec39aacb5b6387a41"))
.package(name: "Segment", url: "https://github.com/customerio/cdp-analytics-swift.git", .exact("1.5.5-cio.1"))
],
targets: [
// Common - Code used by multiple modules in the SDK project.
Expand Down

0 comments on commit 45b0367

Please sign in to comment.