Skip to content

Commit 289c065

Browse files
committed
chore: add Iterable-iOS-SDK dependency for temporary hotfix
1 parent f3d711e commit 289c065

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

example/ios/Podfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ target 'ReactNativeSdkExample' do
2727
:app_path => "#{Pod::Config.instance.installation_root}/.."
2828
)
2929

30+
pod 'Iterable-iOS-SDK', :git => 'https://github.com/Iterable/iterable-swift-sdk.git', :branch => 'hotfix/MOB-12091-temp-fix'
31+
3032
post_install do |installer|
3133
# https://github.com/facebook/react-native/blob/main/packages/react-native/scripts/react_native_pods.rb#L197-L202
3234
react_native_post_install(

0 commit comments

Comments
 (0)