From 45b0367451b81aae952ee4f248226be48a37650f Mon Sep 17 00:00:00 2001 From: Levi Bostian Date: Thu, 21 Mar 2024 15:32:58 -0500 Subject: [PATCH] fix: install 3.0 with Swift Package Manager from Xcode (#660) --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index aa5955074..8d60b7e1c 100644 --- a/Package.swift +++ b/Package.swift @@ -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.