Skip to content

Commit 3d5bd02

Browse files
chore: release 1.0.2
1 parent 1ce6c5d commit 3d5bd02

File tree

3 files changed

+11
-13
lines changed

3 files changed

+11
-13
lines changed

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1659,7 +1659,7 @@ PODS:
16591659
- React-logger (= 0.79.2)
16601660
- React-perflogger (= 0.79.2)
16611661
- React-utils (= 0.79.2)
1662-
- ReactNativeCmp (1.0.0):
1662+
- ReactNativeCmp (1.0.2):
16631663
- ConsentViewController (= 7.10.0)
16641664
- DoubleConversion
16651665
- glog
@@ -1989,7 +1989,7 @@ SPEC CHECKSUMS:
19891989
ReactAppDependencyProvider: 04d5eb15eb46be6720e17a4a7fa92940a776e584
19901990
ReactCodegen: c63eda03ba1d94353fb97b031fc84f75a0d125ba
19911991
ReactCommon: 76d2dc87136d0a667678668b86f0fca0c16fdeb0
1992-
ReactNativeCmp: dd8f9f3e203c312712d937263fdc16e7bd1ba3d7
1992+
ReactNativeCmp: fdc85cdc42332372a5cdac25012b9102d27e4765
19931993
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
19941994
SPMobileCore: c3bfa7dacf26f6101900afa096a9b945a89f726a
19951995
Yoga: c758bfb934100bb4bf9cbaccb52557cee35e8bdf

example/ios/ReactNativeCmpExample.xcodeproj/project.pbxproj

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -213,14 +213,10 @@
213213
inputFileListPaths = (
214214
"${PODS_ROOT}/Target Support Files/Pods-ReactNativeCmpExample/Pods-ReactNativeCmpExample-frameworks-${CONFIGURATION}-input-files.xcfilelist",
215215
);
216-
inputPaths = (
217-
);
218216
name = "[CP] Embed Pods Frameworks";
219217
outputFileListPaths = (
220218
"${PODS_ROOT}/Target Support Files/Pods-ReactNativeCmpExample/Pods-ReactNativeCmpExample-frameworks-${CONFIGURATION}-output-files.xcfilelist",
221219
);
222-
outputPaths = (
223-
);
224220
runOnlyForDeploymentPostprocessing = 0;
225221
shellPath = /bin/sh;
226222
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ReactNativeCmpExample/Pods-ReactNativeCmpExample-frameworks.sh\"\n";
@@ -234,14 +230,10 @@
234230
inputFileListPaths = (
235231
"${PODS_ROOT}/Target Support Files/Pods-ReactNativeCmpExample/Pods-ReactNativeCmpExample-resources-${CONFIGURATION}-input-files.xcfilelist",
236232
);
237-
inputPaths = (
238-
);
239233
name = "[CP] Copy Pods Resources";
240234
outputFileListPaths = (
241235
"${PODS_ROOT}/Target Support Files/Pods-ReactNativeCmpExample/Pods-ReactNativeCmpExample-resources-${CONFIGURATION}-output-files.xcfilelist",
242236
);
243-
outputPaths = (
244-
);
245237
runOnlyForDeploymentPostprocessing = 0;
246238
shellPath = /bin/sh;
247239
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ReactNativeCmpExample/Pods-ReactNativeCmpExample-resources.sh\"\n";
@@ -403,7 +395,10 @@
403395
"-DFOLLY_CFG_NO_COROUTINES=1",
404396
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
405397
);
406-
OTHER_LDFLAGS = "$(inherited) ";
398+
OTHER_LDFLAGS = (
399+
"$(inherited)",
400+
" ",
401+
);
407402
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
408403
SDKROOT = iphoneos;
409404
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
@@ -483,7 +478,10 @@
483478
"-DFOLLY_CFG_NO_COROUTINES=1",
484479
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
485480
);
486-
OTHER_LDFLAGS = "$(inherited) ";
481+
OTHER_LDFLAGS = (
482+
"$(inherited)",
483+
" ",
484+
);
487485
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
488486
SDKROOT = iphoneos;
489487
USE_HERMES = true;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sourcepoint/react-native-cmp",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "The official react native bridge to the native Sourcepoint SDKs",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/src/index.d.ts",

0 commit comments

Comments
 (0)