Skip to content

Commit ae79125

Browse files
committed
Revert iOS SDK update in podspec
Keep only Android SDK update and test fixes. iOS SDK will remain at 18.7.3 to avoid CocoaPods dependency conflicts.
1 parent 66b229d commit ae79125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intercom-react-native.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ Pod::Spec.new do |s|
2020
s.pod_target_xcconfig = { "DEFINES_MODULE" => "YES" }
2121

2222
s.dependency "React-Core"
23-
s.dependency "Intercom", '~> 19.1.0'
23+
s.dependency "Intercom", '~> 18.7.3'
2424
end

0 commit comments

Comments
 (0)