File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 335
335
);
336
336
inputPaths = (
337
337
"${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",
339
339
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/AntDesign.ttf",
340
340
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Entypo.ttf",
341
341
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/EvilIcons.ttf",
355
355
);
356
356
name = "[CP] Copy Pods Resources";
357
357
outputPaths = (
358
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Iterable-iOS-SDK .bundle",
358
+ "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Resources .bundle",
359
359
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AntDesign.ttf",
360
360
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Entypo.ttf",
361
361
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EvilIcons.ttf",
Original file line number Diff line number Diff line change 10
10
"lint" : " eslint ."
11
11
},
12
12
"dependencies" : {
13
- "@iterable/react-native-sdk" : " ^1.0.24 " ,
13
+ "@iterable/react-native-sdk" : " ^1.0.25 " ,
14
14
"@react-native-community/masked-view" : " ^0.1.10" ,
15
15
"@react-native-community/toolbar-android" : " ^0.1.0-rc.2" ,
16
16
"@react-navigation/bottom-tabs" : " ^5.4.5" ,
39
39
"metro-react-native-babel-preset" : " ^0.58.0" ,
40
40
"react-test-renderer" : " 16.9.0"
41
41
}
42
- }
42
+ }
Original file line number Diff line number Diff line change 10
10
"lint" : " eslint ."
11
11
},
12
12
"dependencies" : {
13
- "@iterable/react-native-sdk" : " ^1.0.24 " ,
13
+ "@iterable/react-native-sdk" : " ^1.0.25 " ,
14
14
"@react-native-community/masked-view" : " ^0.1.10" ,
15
15
"@react-native-community/toolbar-android" : " ^0.1.0-rc.2" ,
16
16
"@react-navigation/bottom-tabs" : " ^5.4.5" ,
Original file line number Diff line number Diff line change 675
675
dependencies :
676
676
" @hapi/hoek" " ^8.3.0"
677
677
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 ==
682
682
683
683
" @jest/console@^24.9.0 " :
684
684
version "24.9.0"
You can’t perform that action at this time.
0 commit comments