From 94f08cfe0f39ffe3f47381f59b5163c611d68ec5 Mon Sep 17 00:00:00 2001 From: Satheesh Kannan Date: Wed, 11 Dec 2024 22:51:30 +0530 Subject: [PATCH 1/5] chore: update podfile and podfile.lock --- Podfile | 2 +- Podfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Podfile b/Podfile index eb9dc71..9996ee3 100644 --- a/Podfile +++ b/Podfile @@ -5,7 +5,7 @@ inhibit_all_warnings! platform :ios, '15.0' def shared_pods - pod 'Rudder', '~> 2.0.0' + pod 'Rudder', '~> 2.0' end target 'RudderIntercom' do diff --git a/Podfile.lock b/Podfile.lock index 4679d20..88e741e 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -1,12 +1,12 @@ PODS: - Intercom (17.2.1) - - Rudder (2.0.1) + - Rudder (2.4.3) - RudderIntercom (1.0.0): - Intercom (= 17.2.1) - - Rudder (~> 2.0.0) + - Rudder (~> 2.0) DEPENDENCIES: - - Rudder (~> 2.0.0) + - Rudder (~> 2.0) - RudderIntercom (from `.`) SPEC REPOS: @@ -20,9 +20,9 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Intercom: 3e9e26c8e2d0655e8f7527c395e570bb7733d5fa - Rudder: 463af33116984b97f2a19d344e9ad491f164e43e - RudderIntercom: c8b236b78d37422430284f078b824f5bc3768727 + Rudder: 6d2c0775d5b606e05e00670615ee7f9c0c6d2813 + RudderIntercom: 53f5939bb275a61b7b87ee3e425329bfa724c199 -PODFILE CHECKSUM: be822288d1e6c4e8f08395d884307a433cb1c4df +PODFILE CHECKSUM: 7a7e5f0365743c030f0824caa703c3341a41cd37 -COCOAPODS: 1.15.2 +COCOAPODS: 1.16.2 From db6670313cdcb30694c6221a848170c878a88d46 Mon Sep 17 00:00:00 2001 From: Satheesh Kannan Date: Wed, 11 Dec 2024 22:54:02 +0530 Subject: [PATCH 2/5] fix: update podspec file to allow rudder minor versions --- RudderIntercom.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RudderIntercom.podspec b/RudderIntercom.podspec index 413bab0..a593adb 100644 --- a/RudderIntercom.podspec +++ b/RudderIntercom.podspec @@ -6,7 +6,7 @@ Pod::Spec.new do |s| Rudder is a platform for collecting, storing and routing customer event data to dozens of tools. Rudder is open-source, can run in your cloud environment (AWS, GCP, Azure or even your data-centre) and provides a powerful transformation framework to process your event data on the fly. DESC s.homepage = 'https://github.com/rudderlabs/rudder-integration-intercom-swift' - s.license = { :type => "Apache", :file => "LICENSE.md" } + s.license = { :type => "Elastic", :file => "LICENSE.md" } s.author = { 'RudderStack' => 'arnab@rudderlabs.com' } s.source = { :git => 'https://github.com/rudderlabs/rudder-integration-intercom-swift.git', :tag => "v#{s.version}" } @@ -16,6 +16,6 @@ Pod::Spec.new do |s| s.module_name = 'RudderIntercom' s.swift_version = '5.3' - s.dependency 'Rudder', '~> 2.0.0' + s.dependency 'Rudder', '~> 2.0' s.dependency 'Intercom', '17.2.1' end From 4e49f953cc119800a2b667175e381c4c4d420d1d Mon Sep 17 00:00:00 2001 From: Satheesh Kannan Date: Wed, 11 Dec 2024 22:56:27 +0530 Subject: [PATCH 3/5] chore: update license reference in xcode project --- RudderIntercom.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RudderIntercom.xcodeproj/project.pbxproj b/RudderIntercom.xcodeproj/project.pbxproj index 6880460..a6cbf73 100644 --- a/RudderIntercom.xcodeproj/project.pbxproj +++ b/RudderIntercom.xcodeproj/project.pbxproj @@ -14,11 +14,11 @@ /* Begin PBXFileReference section */ 32A1046DB51DF5B025129AD0 /* Pods-RudderIntercom.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RudderIntercom.debug.xcconfig"; path = "Target Support Files/Pods-RudderIntercom/Pods-RudderIntercom.debug.xcconfig"; sourceTree = ""; }; + 5388D59E2D0A0294000966AB /* LICENSE.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = LICENSE.md; sourceTree = ""; }; 9CE17C2CCA82F2A8D2B93AE9 /* Pods_RudderIntercom.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RudderIntercom.framework; sourceTree = BUILT_PRODUCTS_DIR; }; AA7D5A93759CD6674ACCB0EF /* Pods-RudderIntercom.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RudderIntercom.release.xcconfig"; path = "Target Support Files/Pods-RudderIntercom/Pods-RudderIntercom.release.xcconfig"; sourceTree = ""; }; ED2A28EB2770560400646788 /* RudderIntercom.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = RudderIntercom.framework; sourceTree = BUILT_PRODUCTS_DIR; }; ED2A28F72770570400646788 /* RudderIntercom.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RudderIntercom.h; sourceTree = ""; }; - ED2A28FA2770591E00646788 /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; ED2A28FC2770591E00646788 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; ED2A28FD2770591E00646788 /* Podfile */ = {isa = PBXFileReference; lastKnownFileType = text; path = Podfile; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; EDC132B127D9DBF400AFD833 /* RudderIntercom.podspec */ = {isa = PBXFileReference; lastKnownFileType = text; path = RudderIntercom.podspec; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; @@ -57,8 +57,8 @@ ED2A28E12770560400646788 = { isa = PBXGroup; children = ( - ED2A28FA2770591E00646788 /* LICENSE */, ED2A28FD2770591E00646788 /* Podfile */, + 5388D59E2D0A0294000966AB /* LICENSE.md */, ED2A28FC2770591E00646788 /* README.md */, EDC132B127D9DBF400AFD833 /* RudderIntercom.podspec */, ED2A28F52770570400646788 /* Sources */, From 17b7bfdf48d43ac421f69c71afd807f715f3d5b4 Mon Sep 17 00:00:00 2001 From: Satheesh Kannan Date: Wed, 11 Dec 2024 23:02:53 +0530 Subject: [PATCH 4/5] chore: update version in podspec file --- RudderIntercom.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RudderIntercom.podspec b/RudderIntercom.podspec index a593adb..65f8781 100644 --- a/RudderIntercom.podspec +++ b/RudderIntercom.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'RudderIntercom' - s.version = '1.0.0' + s.version = '1.0.1' s.summary = 'Privacy and Security focused Segment-alternative. Intercom Native SDK integration support.' s.description = <<-DESC Rudder is a platform for collecting, storing and routing customer event data to dozens of tools. Rudder is open-source, can run in your cloud environment (AWS, GCP, Azure or even your data-centre) and provides a powerful transformation framework to process your event data on the fly. From 8bc8d06ebada718c31a77caf88ce3d8b0404cd5c Mon Sep 17 00:00:00 2001 From: Satheesh Kannan Date: Fri, 13 Dec 2024 13:00:30 +0530 Subject: [PATCH 5/5] chore: update version in changelog.md file --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d77de70..dfaf2ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,3 +9,6 @@ All notable changes to this project will be documented in this file. See [standa * update the intercom sdk to v17.2.1 +## Version - 1.0.1 - 2024-12-13 +### Fixed +- update podspec to support integration of rudder minor versions \ No newline at end of file