Skip to content

Commit 92c667d

Browse files
committed
update sample apps to 1.0.25
1 parent 7887985 commit 92c667d

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

SampleApp/javascript/ios/SampleApp.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@
335335
);
336336
inputPaths = (
337337
"${PODS_ROOT}/Target Support Files/Pods-SampleApp/Pods-SampleApp-resources.sh",
338-
"${PODS_CONFIGURATION_BUILD_DIR}/Iterable-iOS-SDK/Iterable-iOS-SDK.bundle",
338+
"${PODS_CONFIGURATION_BUILD_DIR}/Iterable-iOS-SDK/Resources.bundle",
339339
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/AntDesign.ttf",
340340
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Entypo.ttf",
341341
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/EvilIcons.ttf",
@@ -355,7 +355,7 @@
355355
);
356356
name = "[CP] Copy Pods Resources";
357357
outputPaths = (
358-
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Iterable-iOS-SDK.bundle",
358+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Resources.bundle",
359359
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AntDesign.ttf",
360360
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Entypo.ttf",
361361
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EvilIcons.ttf",

SampleApp/javascript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint": "eslint ."
1111
},
1212
"dependencies": {
13-
"@iterable/react-native-sdk": "^1.0.24",
13+
"@iterable/react-native-sdk": "^1.0.25",
1414
"@react-native-community/masked-view": "^0.1.10",
1515
"@react-native-community/toolbar-android": "^0.1.0-rc.2",
1616
"@react-navigation/bottom-tabs": "^5.4.5",
@@ -39,4 +39,4 @@
3939
"metro-react-native-babel-preset": "^0.58.0",
4040
"react-test-renderer": "16.9.0"
4141
}
42-
}
42+
}

SampleApp/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint": "eslint ."
1111
},
1212
"dependencies": {
13-
"@iterable/react-native-sdk": "^1.0.24",
13+
"@iterable/react-native-sdk": "^1.0.25",
1414
"@react-native-community/masked-view": "^0.1.10",
1515
"@react-native-community/toolbar-android": "^0.1.0-rc.2",
1616
"@react-navigation/bottom-tabs": "^5.4.5",

SampleApp/typescript/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -675,10 +675,10 @@
675675
dependencies:
676676
"@hapi/hoek" "^8.3.0"
677677

678-
"@iterable/react-native-sdk@^1.0.24":
679-
version "1.0.24"
680-
resolved "https://registry.yarnpkg.com/@iterable/react-native-sdk/-/react-native-sdk-1.0.24.tgz#d1a3e4496dc690811b577f1cdd15edabc2f217c0"
681-
integrity sha512-douU1qD89YB/8Qs7rbDgd22HqVah6u6JV+ScyT/+MYlOoj9NK9M+wz4ooQltt/vnLe/J27i/DLCmD/HqYsSCcw==
678+
"@iterable/react-native-sdk@^1.0.25":
679+
version "1.0.25"
680+
resolved "https://registry.yarnpkg.com/@iterable/react-native-sdk/-/react-native-sdk-1.0.25.tgz#eb5aab5733bea78434f3c33b92cc9126af416eb1"
681+
integrity sha512-Rx0TZZCJ4DYng4eLvoa8rs4kmi2CgYiKuRdWgthJvg+xlplBGVkAj9AIyRttYQ2FaH4+/Qy2GkLK9mitioMnRw==
682682

683683
"@jest/console@^24.9.0":
684684
version "24.9.0"

0 commit comments

Comments
 (0)