Skip to content

Commit

Permalink
fix: update segment internal SPM dependencies with fixed version (#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahroz16 committed Apr 24, 2024
2 parents b9b6941 + 7d0e2ee commit c02742e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CustomerIODataPipelines.podspec
Expand Up @@ -28,5 +28,5 @@ Pod::Spec.new do |spec|
spec.dependency "CustomerIOTrackingMigration", "= #{spec.version.to_s}"

# Add Segment SDK as a dependency, as this module is designed to be compatible with it.
spec.dependency 'AnalyticsSwiftCIO', '= 1.5.9+cio.2'
spec.dependency 'AnalyticsSwiftCIO', '= 1.5.11+cio.1'
end
4 changes: 2 additions & 2 deletions Package.swift
Expand Up @@ -44,8 +44,8 @@ let package = Package(
// Update to exact version until wrapper SDKs become part of testing pipeline.
.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", .exact("1.5.9+cio.1"))
// Make sure the version number is same for DataPipelines cocoapods.
.package(name: "Segment", url: "https://github.com/customerio/cdp-analytics-swift.git", .exact("1.5.11+cio.1"))
],
targets: [
// Common - Code used by multiple modules in the SDK project.
Expand Down

0 comments on commit c02742e

Please sign in to comment.