Skip to content

Commit 4386396

Browse files
Merge branch 'master' of github.com:Iterable/react-native-sdk
2 parents 6ad5390 + 90ba445 commit 4386396

File tree

6 files changed

+1313
-1173
lines changed

6 files changed

+1313
-1173
lines changed

SampleApp/typescript/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",

0 commit comments

Comments
 (0)