Skip to content

Commit 675d383

Browse files
committed
chore: update Iterable-iOS-SDK dependency to version 6.6.7 and upgrade Swift version to 5.3
1 parent 7d43a4c commit 675d383

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Iterable-React-Native-SDK.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ Pod::Spec.new do |s|
1717
s.private_header_files = "ios/**/*.h"
1818

1919
# Load Iterables iOS SDK as a dependency
20-
s.dependency "Iterable-iOS-SDK", "6.6.5"
20+
s.dependency "Iterable-iOS-SDK", "6.6.7"
2121

2222
# Basic Swift support
2323
s.pod_target_xcconfig = {
2424
'DEFINES_MODULE' => 'YES',
2525
'CLANG_ENABLE_MODULES' => 'YES',
26-
'SWIFT_VERSION' => '5.0',
26+
'SWIFT_VERSION' => '5.3',
2727
'SWIFT_OBJC_INTERFACE_HEADER_NAME' => 'Iterable_React_Native_SDK-Swift.h',
2828
"CLANG_CXX_LANGUAGE_STANDARD" => rct_cxx_language_standard(),
2929
}

example/ios/Podfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ end
1919
target 'ReactNativeSdkExample' do
2020
config = use_native_modules!
2121

22-
# Override iOS SDK with local path for testing
23-
#pod 'Iterable-iOS-SDK', :git => 'https://github.com/Iterable/iterable-swift-sdk', :branch => 'fix/SDK-290-Export-iOS-sdk-header-file'
24-
pod 'Iterable-iOS-SDK', :path => '../../../iterable-swift-sdk'
2522
use_react_native!(
2623
:path => config[:reactNativePath],
2724
# An absolute path to your application root.

0 commit comments

Comments
 (0)