Skip to content

Commit 0bb4a24

Browse files
committed
chore: update Iterable-iOS-SDK to 6.5.4.1 to fix issue #701 (performAndWait)
1 parent 8e8374d commit 0bb4a24

File tree

2 files changed

+2
-71
lines changed

2 files changed

+2
-71
lines changed

Iterable-React-Native-SDK.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ Pod::Spec.new do |s|
3939
end
4040
end
4141

42-
s.dependency "Iterable-iOS-SDK", "6.5.4"
43-
42+
s.dependency "Iterable-iOS-SDK", "6.5.4.1"
43+
4444
end

example/ios/ReactNativeSdkExample.xcodeproj/project.pbxproj

Lines changed: 0 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
779227342DFA3FB500D69EC0 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 779227332DFA3FB500D69EC0 /* AppDelegate.swift */; };
1313
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
1414
A3A40C20801B8F02005FA4C0 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 1FC6B09E65A7BD9F6864C5D8 /* PrivacyInfo.xcprivacy */; };
15-
D8AD8DD7C4BBDAA8AE397A1B /* libPods-ReactNativeSdkExample.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1BA21919EC27D7F5BAE79A81 /* libPods-ReactNativeSdkExample.a */; };
1615
/* End PBXBuildFile section */
1716

1817
/* Begin PBXContainerItemProxy section */
@@ -33,15 +32,12 @@
3332
13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = ReactNativeSdkExample/Images.xcassets; sourceTree = "<group>"; };
3433
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = ReactNativeSdkExample/Info.plist; sourceTree = "<group>"; };
3534
13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = PrivacyInfo.xcprivacy; path = ReactNativeSdkExample/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
36-
1BA21919EC27D7F5BAE79A81 /* libPods-ReactNativeSdkExample.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-ReactNativeSdkExample.a"; sourceTree = BUILT_PRODUCTS_DIR; };
3735
1FC6B09E65A7BD9F6864C5D8 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = ReactNativeSdkExample/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
38-
24F802EFDCFB094D34916C72 /* Pods-ReactNativeSdkExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReactNativeSdkExample.release.xcconfig"; path = "Target Support Files/Pods-ReactNativeSdkExample/Pods-ReactNativeSdkExample.release.xcconfig"; sourceTree = "<group>"; };
3936
779227312DFA3FB500D69EC0 /* ReactNativeSdkExample-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "ReactNativeSdkExample-Bridging-Header.h"; sourceTree = "<group>"; };
4037
779227322DFA3FB500D69EC0 /* ReactNativeSdkExampleTests-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "ReactNativeSdkExampleTests-Bridging-Header.h"; sourceTree = "<group>"; };
4138
779227332DFA3FB500D69EC0 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = AppDelegate.swift; path = ReactNativeSdkExample/AppDelegate.swift; sourceTree = "<group>"; };
4239
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = ReactNativeSdkExample/LaunchScreen.storyboard; sourceTree = "<group>"; };
4340
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
44-
EDCEA27594161CE66029771A /* Pods-ReactNativeSdkExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReactNativeSdkExample.debug.xcconfig"; path = "Target Support Files/Pods-ReactNativeSdkExample/Pods-ReactNativeSdkExample.debug.xcconfig"; sourceTree = "<group>"; };
4541
/* End PBXFileReference section */
4642

4743
/* Begin PBXFrameworksBuildPhase section */
@@ -56,7 +52,6 @@
5652
isa = PBXFrameworksBuildPhase;
5753
buildActionMask = 2147483647;
5854
files = (
59-
D8AD8DD7C4BBDAA8AE397A1B /* libPods-ReactNativeSdkExample.a in Frameworks */,
6055
);
6156
runOnlyForDeploymentPostprocessing = 0;
6257
};
@@ -99,7 +94,6 @@
9994
isa = PBXGroup;
10095
children = (
10196
ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
102-
1BA21919EC27D7F5BAE79A81 /* libPods-ReactNativeSdkExample.a */,
10397
);
10498
name = Frameworks;
10599
sourceTree = "<group>";
@@ -138,8 +132,6 @@
138132
BBD78D7AC51CEA395F1C20DB /* Pods */ = {
139133
isa = PBXGroup;
140134
children = (
141-
EDCEA27594161CE66029771A /* Pods-ReactNativeSdkExample.debug.xcconfig */,
142-
24F802EFDCFB094D34916C72 /* Pods-ReactNativeSdkExample.release.xcconfig */,
143135
);
144136
path = Pods;
145137
sourceTree = "<group>";
@@ -169,13 +161,10 @@
169161
isa = PBXNativeTarget;
170162
buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "ReactNativeSdkExample" */;
171163
buildPhases = (
172-
F706883CA13F4E50A06B85B2 /* [CP] Check Pods Manifest.lock */,
173164
13B07F871A680F5B00A75B9A /* Sources */,
174165
13B07F8C1A680F5B00A75B9A /* Frameworks */,
175166
13B07F8E1A680F5B00A75B9A /* Resources */,
176167
00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
177-
2128D4591E26BD193F1293F1 /* [CP] Embed Pods Frameworks */,
178-
BBD6908F2EAA6D3A6C078EA9 /* [CP] Copy Pods Resources */,
179168
);
180169
buildRules = (
181170
);
@@ -260,62 +249,6 @@
260249
shellPath = /bin/sh;
261250
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";
262251
};
263-
2128D4591E26BD193F1293F1 /* [CP] Embed Pods Frameworks */ = {
264-
isa = PBXShellScriptBuildPhase;
265-
buildActionMask = 2147483647;
266-
files = (
267-
);
268-
inputFileListPaths = (
269-
"${PODS_ROOT}/Target Support Files/Pods-ReactNativeSdkExample/Pods-ReactNativeSdkExample-frameworks-${CONFIGURATION}-input-files.xcfilelist",
270-
);
271-
name = "[CP] Embed Pods Frameworks";
272-
outputFileListPaths = (
273-
"${PODS_ROOT}/Target Support Files/Pods-ReactNativeSdkExample/Pods-ReactNativeSdkExample-frameworks-${CONFIGURATION}-output-files.xcfilelist",
274-
);
275-
runOnlyForDeploymentPostprocessing = 0;
276-
shellPath = /bin/sh;
277-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ReactNativeSdkExample/Pods-ReactNativeSdkExample-frameworks.sh\"\n";
278-
showEnvVarsInLog = 0;
279-
};
280-
BBD6908F2EAA6D3A6C078EA9 /* [CP] Copy Pods Resources */ = {
281-
isa = PBXShellScriptBuildPhase;
282-
buildActionMask = 2147483647;
283-
files = (
284-
);
285-
inputFileListPaths = (
286-
"${PODS_ROOT}/Target Support Files/Pods-ReactNativeSdkExample/Pods-ReactNativeSdkExample-resources-${CONFIGURATION}-input-files.xcfilelist",
287-
);
288-
name = "[CP] Copy Pods Resources";
289-
outputFileListPaths = (
290-
"${PODS_ROOT}/Target Support Files/Pods-ReactNativeSdkExample/Pods-ReactNativeSdkExample-resources-${CONFIGURATION}-output-files.xcfilelist",
291-
);
292-
runOnlyForDeploymentPostprocessing = 0;
293-
shellPath = /bin/sh;
294-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ReactNativeSdkExample/Pods-ReactNativeSdkExample-resources.sh\"\n";
295-
showEnvVarsInLog = 0;
296-
};
297-
F706883CA13F4E50A06B85B2 /* [CP] Check Pods Manifest.lock */ = {
298-
isa = PBXShellScriptBuildPhase;
299-
buildActionMask = 2147483647;
300-
files = (
301-
);
302-
inputFileListPaths = (
303-
);
304-
inputPaths = (
305-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
306-
"${PODS_ROOT}/Manifest.lock",
307-
);
308-
name = "[CP] Check Pods Manifest.lock";
309-
outputFileListPaths = (
310-
);
311-
outputPaths = (
312-
"$(DERIVED_FILE_DIR)/Pods-ReactNativeSdkExample-checkManifestLockResult.txt",
313-
);
314-
runOnlyForDeploymentPostprocessing = 0;
315-
shellPath = /bin/sh;
316-
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
317-
showEnvVarsInLog = 0;
318-
};
319252
/* End PBXShellScriptBuildPhase section */
320253

321254
/* Begin PBXSourcesBuildPhase section */
@@ -406,7 +339,6 @@
406339
};
407340
13B07F941A680F5B00A75B9A /* Debug */ = {
408341
isa = XCBuildConfiguration;
409-
baseConfigurationReference = EDCEA27594161CE66029771A /* Pods-ReactNativeSdkExample.debug.xcconfig */;
410342
buildSettings = {
411343
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
412344
CLANG_ENABLE_MODULES = YES;
@@ -436,7 +368,6 @@
436368
};
437369
13B07F951A680F5B00A75B9A /* Release */ = {
438370
isa = XCBuildConfiguration;
439-
baseConfigurationReference = 24F802EFDCFB094D34916C72 /* Pods-ReactNativeSdkExample.release.xcconfig */;
440371
buildSettings = {
441372
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
442373
CLANG_ENABLE_MODULES = YES;

0 commit comments

Comments
 (0)