Skip to content

Commit b9715e5

Browse files
committed
Merge branch 'master' into new-arch/master
2 parents 5233767 + 6f81dcc commit b9715e5

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

Iterable-React-Native-SDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ 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.5.4"
20+
s.dependency "Iterable-iOS-SDK", "6.5.4.1"
2121

2222
# Basic Swift support
2323
s.pod_target_xcconfig = {

example/ios/ReactNativeSdkExample.xcodeproj/project.pbxproj

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,24 @@
282282
shellPath = /bin/sh;
283283
shellScript = "set -e\n\nWITH_ENVIRONMENT=\"$REACT_NATIVE_PATH/scripts/xcode/with-environment.sh\"\nREACT_NATIVE_XCODE=\"$REACT_NATIVE_PATH/scripts/react-native-xcode.sh\"\n\n/bin/sh -c \"$WITH_ENVIRONMENT $REACT_NATIVE_XCODE\"\n";
284284
};
285-
70E3A2A47E764F7A78602595 /* [CP] Embed Pods Frameworks */ = {
285+
24A6D3DBDA584D8F55796A6D /* [CP] Copy Pods Resources */ = {
286+
isa = PBXShellScriptBuildPhase;
287+
buildActionMask = 2147483647;
288+
files = (
289+
);
290+
inputFileListPaths = (
291+
"${PODS_ROOT}/Target Support Files/Pods-ReactNativeSdkExample/Pods-ReactNativeSdkExample-resources-${CONFIGURATION}-input-files.xcfilelist",
292+
);
293+
name = "[CP] Copy Pods Resources";
294+
outputFileListPaths = (
295+
"${PODS_ROOT}/Target Support Files/Pods-ReactNativeSdkExample/Pods-ReactNativeSdkExample-resources-${CONFIGURATION}-output-files.xcfilelist",
296+
);
297+
runOnlyForDeploymentPostprocessing = 0;
298+
shellPath = /bin/sh;
299+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ReactNativeSdkExample/Pods-ReactNativeSdkExample-resources.sh\"\n";
300+
showEnvVarsInLog = 0;
301+
};
302+
89B6BEF2485B9536DDD45973 /* [CP] Embed Pods Frameworks */ = {
286303
isa = PBXShellScriptBuildPhase;
287304
buildActionMask = 2147483647;
288305
files = (

0 commit comments

Comments
 (0)