Skip to content

Commit 81eafeb

Browse files
author
“Akshay
committed
[MOB-9372] - Prepare for 1.3.20
1 parent e4eb491 commit 81eafeb

File tree

8 files changed

+402
-400
lines changed

8 files changed

+402
-400
lines changed

Iterable-React-Native-SDK.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ Pod::Spec.new do |s|
2424

2525
s.swift_version = '5.3'
2626

27-
s.dependency 'Iterable-iOS-SDK', '~> 6.5.3'
27+
s.dependency 'Iterable-iOS-SDK', '6.5.4'
2828
s.dependency 'React-Core'
2929
end

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ For quick reference, the following table lists the versions of the [Android SDK]
5858

5959
| RN SDK Version | Android SDK Version | iOS SDK Version |
6060
| --------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | --------------- |
61+
| [1.3.20](https://www.npmjs.com/package/@iterable/react-native-sdk/v/1.3.20) | [3.5.2](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.5.2) | [6.5.4](https://github.com/Iterable/swift-sdk/releases/tag/6.5.4)
6162
| [1.3.19](https://www.npmjs.com/package/@iterable/react-native-sdk/v/1.3.19) | [3.5.2](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.5.2) | [6.5.3](https://github.com/Iterable/swift-sdk/releases/tag/6.5.3)
6263
| [1.3.18](https://www.npmjs.com/package/@iterable/react-native-sdk/v/1.3.18) | [3.5.2](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.5.2) | [6.5.3](https://github.com/Iterable/swift-sdk/releases/tag/6.5.3)
6364
| [1.3.17](https://www.npmjs.com/package/@iterable/react-native-sdk/v/1.3.17) | [3.4.16](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.4.16) | [6.4.15](https://github.com/Iterable/swift-sdk/releases/tag/6.4.15)

SampleApp/javascript/ios/Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
22
require_relative '../node_modules/react-native/scripts/react_native_pods'
33

4-
platform :ios, '10.0'
4+
platform :ios, '12.0'
55

66
target 'SampleApp' do
77
config = use_native_modules!

SampleApp/typescript/ios/Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
22
require_relative '../node_modules/react-native/scripts/react_native_pods'
33

4-
platform :ios, '10.0'
4+
platform :ios, '12.0'
55

66
target 'SampleApp' do
77
config = use_native_modules!

integration-testing/ios/Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
22
require_relative '../node_modules/react-native/scripts/react_native_pods'
33

4-
platform :ios, '10.0'
4+
platform :ios, '12.0'
55

66
target 'example' do
77
config = use_native_modules!

integration-testing/ios/example.xcodeproj/project.pbxproj

+13-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 51;
6+
objectVersion = 54;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -480,6 +480,9 @@
480480
);
481481
PRODUCT_BUNDLE_IDENTIFIER = com.iterable.example;
482482
PRODUCT_NAME = "$(TARGET_NAME)";
483+
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
484+
SUPPORTS_MACCATALYST = NO;
485+
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
483486
SWIFT_OBJC_BRIDGING_HEADER = "example/example-Bridging-Header.h";
484487
SWIFT_VERSION = 5.0;
485488
TARGETED_DEVICE_FAMILY = "1,2";
@@ -501,6 +504,9 @@
501504
);
502505
PRODUCT_BUNDLE_IDENTIFIER = com.iterable.example;
503506
PRODUCT_NAME = "$(TARGET_NAME)";
507+
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
508+
SUPPORTS_MACCATALYST = NO;
509+
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
504510
SWIFT_OBJC_BRIDGING_HEADER = "example/example-Bridging-Header.h";
505511
SWIFT_VERSION = 5.0;
506512
TARGETED_DEVICE_FAMILY = "1,2";
@@ -520,6 +526,9 @@
520526
);
521527
PRODUCT_BUNDLE_IDENTIFIER = com.iterable.eeUITests;
522528
PRODUCT_NAME = "$(TARGET_NAME)";
529+
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
530+
SUPPORTS_MACCATALYST = NO;
531+
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
523532
SWIFT_VERSION = 5.0;
524533
TARGETED_DEVICE_FAMILY = "1,2";
525534
TEST_TARGET_NAME = example;
@@ -540,6 +549,9 @@
540549
);
541550
PRODUCT_BUNDLE_IDENTIFIER = com.iterable.eeUITests;
542551
PRODUCT_NAME = "$(TARGET_NAME)";
552+
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
553+
SUPPORTS_MACCATALYST = NO;
554+
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
543555
SWIFT_VERSION = 5.0;
544556
TARGETED_DEVICE_FAMILY = "1,2";
545557
TEST_TARGET_NAME = example;

integration-testing/ios/scripts/run_test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ rm -rf build/
1515
xcodebuild -workspace example.xcworkspace \
1616
-scheme example \
1717
-sdk iphonesimulator \
18-
-destination 'platform=iOS Simulator,name=iPhone 13' \
18+
-destination 'platform=iOS Simulator,OS=latest,name=iPhone 13' \
1919
-derivedDataPath ios/build \
2020
clean test | xcpretty

yarn.lock

+383-394
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)