From 228a3c3648aa00d7ba6b51324a0ed985912817f1 Mon Sep 17 00:00:00 2001 From: Shahroz Khan Date: Mon, 22 Apr 2024 16:44:46 +0500 Subject: [PATCH 1/3] version bump --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index f9386b491..7a15b5002 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", .exact("1.5.9+cio.1")) + .package(name: "Segment", url: "https://github.com/customerio/cdp-analytics-swift.git", .exact("1.5.9+cio.2")) ], targets: [ // Common - Code used by multiple modules in the SDK project. From 6c2afdac7bf4e7cec0e4869266e005f198360f10 Mon Sep 17 00:00:00 2001 From: Shahroz Khan Date: Wed, 24 Apr 2024 16:44:48 +0500 Subject: [PATCH 2/3] version parity --- CustomerIODataPipelines.podspec | 2 +- Package.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CustomerIODataPipelines.podspec b/CustomerIODataPipelines.podspec index 6bd4d634e..5ee740e53 100644 --- a/CustomerIODataPipelines.podspec +++ b/CustomerIODataPipelines.podspec @@ -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 diff --git a/Package.swift b/Package.swift index 7a15b5002..002470bdf 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", .exact("1.5.9+cio.2")) + .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. From 7d0e2ee1495d57d4d3e91cbdf33eff3ff1b031f4 Mon Sep 17 00:00:00 2001 From: Shahroz Khan Date: Wed, 24 Apr 2024 16:54:31 +0500 Subject: [PATCH 3/3] updated comment --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 002470bdf..b4a55776b 100644 --- a/Package.swift +++ b/Package.swift @@ -44,7 +44,7 @@ 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. + // 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: [