From 8b30821b109e994c3fcbc0f76d672f5c0f59413b Mon Sep 17 00:00:00 2001 From: Shahroz Khan Date: Sun, 10 Mar 2024 02:23:44 +0500 Subject: [PATCH] push cocoapods of rc --- .github/workflows/push-datapipeline-pods.yml | 4 ++-- CustomerIOCommon.podspec | 4 ++-- CustomerIOTrackingMigration.podspec | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/push-datapipeline-pods.yml b/.github/workflows/push-datapipeline-pods.yml index c171982f1..6ff1c4e21 100644 --- a/.github/workflows/push-datapipeline-pods.yml +++ b/.github/workflows/push-datapipeline-pods.yml @@ -22,8 +22,8 @@ jobs: - name: '⚠️ Note: Pushing to cocoapods is flaky. If you see some errors in these logs while deploying, re-run this GitHub Action to try deployment again and it might fix the issue.' run: echo '' - - name: Push CustomerIODataPipelines - run: ./scripts/push-cocoapod.sh CustomerIODataPipelines.podspec + - name: Push CustomerIOCommon + run: ./scripts/push-cocoapod.sh CustomerIOCommon.podspec - name: Push CustomerIOTrackingMigration run: ./scripts/push-cocoapod.sh CustomerIOTrackingMigration.podspec diff --git a/CustomerIOCommon.podspec b/CustomerIOCommon.podspec index 41d1f31d4..f37946659 100644 --- a/CustomerIOCommon.podspec +++ b/CustomerIOCommon.podspec @@ -1,13 +1,13 @@ Pod::Spec.new do |spec| spec.name = "CustomerIOCommon" - spec.version = "2.12.3" # Don't modify this line - it's automatically updated + spec.version = "3.0.0-rc" # Don't modify this line - it's automatically updated spec.summary = "Official Customer.io SDK for iOS." spec.homepage = "https://github.com/customerio/customerio-ios" spec.documentation_url = 'https://customer.io/docs/sdk/ios/' spec.changelog = "https://github.com/customerio/customerio-ios/blob/#{spec.version.to_s}/CHANGELOG.md" spec.license = { :type => "MIT", :file => "LICENSE" } spec.author = { "CustomerIO Team" => "win@customer.io" } - spec.source = { :git => 'https://github.com/customerio/customerio-ios.git', :tag => spec.version.to_s } + spec.source = { :git => 'https://github.com/customerio/customerio-ios.git', :branch => 'aman/migration-cocoapods' } spec.swift_version = '5.3' spec.cocoapods_version = '>= 1.11.0' diff --git a/CustomerIOTrackingMigration.podspec b/CustomerIOTrackingMigration.podspec index 43080d44c..f2982fadc 100644 --- a/CustomerIOTrackingMigration.podspec +++ b/CustomerIOTrackingMigration.podspec @@ -1,13 +1,13 @@ Pod::Spec.new do |spec| spec.name = "CustomerIOTrackingMigration" - spec.version = "2.12.3" # Don't modify this line - it's automatically updated + spec.version = "3.0.0-rc" # Don't modify this line - it's automatically updated spec.summary = "Official Customer.io SDK for iOS." spec.homepage = "https://github.com/customerio/customerio-ios" spec.documentation_url = 'https://customer.io/docs/sdk/ios/' spec.changelog = "https://github.com/customerio/customerio-ios/blob/#{spec.version.to_s}/CHANGELOG.md" spec.license = { :type => "MIT", :file => "LICENSE" } spec.author = { "CustomerIO Team" => "win@customer.io" } - spec.source = { :git => 'https://github.com/customerio/customerio-ios.git', :tag => spec.version.to_s } + spec.source = { :git => 'https://github.com/customerio/customerio-ios.git', :branch => 'aman/migration-cocoapods' } spec.swift_version = '5.3' spec.cocoapods_version = '>= 1.11.0'