From 62587e74c3d5e08b33bccb69a5ab7c10a4ff1bbe Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Sat, 2 Nov 2024 00:45:50 +0100 Subject: [PATCH] fix(ios): Pin intercom version to 16.x --- CapacitorCommunityIntercom.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CapacitorCommunityIntercom.podspec b/CapacitorCommunityIntercom.podspec index a1fdf85..244d6d1 100644 --- a/CapacitorCommunityIntercom.podspec +++ b/CapacitorCommunityIntercom.podspec @@ -13,6 +13,6 @@ Pod::Spec.new do |s| s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}' s.ios.deployment_target = '13.0' s.dependency 'Capacitor' - s.dependency 'Intercom' + s.dependency 'Intercom', '~> 16.0' s.swift_version = '5.1' end