Skip to content

Commit 326659f

Browse files
committed
Update Podfile.lock
1 parent ccaf6fe commit 326659f

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

example/ios/Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1509,7 +1509,7 @@ PODS:
15091509
- React-logger (= 0.76.1)
15101510
- React-perflogger (= 0.76.1)
15111511
- React-utils (= 0.76.1)
1512-
- RNLocalize (3.2.1):
1512+
- RNLocalize (3.3.0):
15131513
- DoubleConversion
15141514
- glog
15151515
- hermes-engine
@@ -1799,7 +1799,7 @@ SPEC CHECKSUMS:
17991799
React-utils: 5362bd16a9563f9916e7a56c011ddc533507650f
18001800
ReactCodegen: 865bafc5c17ec2181620ced1a32c39c38ab2951d
18011801
ReactCommon: 422e364463f33e336fc4db196aeb50fd801d90d6
1802-
RNLocalize: e71144345f68c167d4cc4b41c8b0a6650f88e789
1802+
RNLocalize: c28a383fb73b1480d1117c3ca4402113e1772366
18031803
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
18041804
Yoga: db69236006b8b1c6d55ab453390c882306cbf219
18051805

example/ios/RNLocalizeExample.xcodeproj/project.pbxproj

+8-2
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,10 @@
382382
"-DFOLLY_CFG_NO_COROUTINES=1",
383383
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
384384
);
385-
OTHER_LDFLAGS = "$(inherited) ";
385+
OTHER_LDFLAGS = (
386+
"$(inherited)",
387+
" ",
388+
);
386389
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
387390
SDKROOT = iphoneos;
388391
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
@@ -451,7 +454,10 @@
451454
"-DFOLLY_CFG_NO_COROUTINES=1",
452455
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
453456
);
454-
OTHER_LDFLAGS = "$(inherited) ";
457+
OTHER_LDFLAGS = (
458+
"$(inherited)",
459+
" ",
460+
);
455461
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
456462
SDKROOT = iphoneos;
457463
USE_HERMES = true;

0 commit comments

Comments
 (0)