File tree 2 files changed +10
-4
lines changed
RNLocalizeExample.xcodeproj
2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -1509,7 +1509,7 @@ PODS:
1509
1509
- React-logger (= 0.76.1)
1510
1510
- React-perflogger (= 0.76.1)
1511
1511
- React-utils (= 0.76.1)
1512
- - RNLocalize (3.2.1 ):
1512
+ - RNLocalize (3.3.0 ):
1513
1513
- DoubleConversion
1514
1514
- glog
1515
1515
- hermes-engine
@@ -1799,7 +1799,7 @@ SPEC CHECKSUMS:
1799
1799
React-utils: 5362bd16a9563f9916e7a56c011ddc533507650f
1800
1800
ReactCodegen: 865bafc5c17ec2181620ced1a32c39c38ab2951d
1801
1801
ReactCommon: 422e364463f33e336fc4db196aeb50fd801d90d6
1802
- RNLocalize: e71144345f68c167d4cc4b41c8b0a6650f88e789
1802
+ RNLocalize: c28a383fb73b1480d1117c3ca4402113e1772366
1803
1803
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
1804
1804
Yoga: db69236006b8b1c6d55ab453390c882306cbf219
1805
1805
Original file line number Diff line number Diff line change 382
382
"-DFOLLY_CFG_NO_COROUTINES=1",
383
383
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
384
384
);
385
- OTHER_LDFLAGS = "$(inherited) ";
385
+ OTHER_LDFLAGS = (
386
+ "$(inherited)",
387
+ " ",
388
+ );
386
389
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
387
390
SDKROOT = iphoneos;
388
391
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
451
454
"-DFOLLY_CFG_NO_COROUTINES=1",
452
455
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
453
456
);
454
- OTHER_LDFLAGS = "$(inherited) ";
457
+ OTHER_LDFLAGS = (
458
+ "$(inherited)",
459
+ " ",
460
+ );
455
461
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
456
462
SDKROOT = iphoneos;
457
463
USE_HERMES = true;
You can’t perform that action at this time.
0 commit comments