Skip to content

Commit

Permalink
fix: tuist users not able to install CIO iOS SDK SPM manifest issue (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
levibostian authored Aug 8, 2024
1 parent 2f4e4e4 commit cd1346a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CustomerIODataPipelines.podspec
Original file line number Diff line number Diff line change
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.13+cio.1'
spec.dependency 'AnalyticsSwiftCIO', '= 1.5.14+cio.1'
end
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
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"),

// Make sure the version number is same for DataPipelines cocoapods.
.package(name: "CioAnalytics", url: "https://github.com/customerio/cdp-analytics-swift.git", .exact("1.5.13+cio.1"))
.package(name: "CioAnalytics", url: "https://github.com/customerio/cdp-analytics-swift.git", .exact("1.5.14+cio.1"))
],
targets: [
// Common - Code used by multiple modules in the SDK project.
Expand Down

0 comments on commit cd1346a

Please sign in to comment.