File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed
example/ios/OpenvpnExample.xcodeproj Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 309
309
inputFileListPaths = (
310
310
"${PODS_ROOT}/Target Support Files/Pods-OpenvpnExample/Pods-OpenvpnExample-frameworks-${CONFIGURATION}-input-files.xcfilelist",
311
311
);
312
+ inputPaths = (
313
+ );
312
314
name = "[CP] Embed Pods Frameworks";
313
315
outputFileListPaths = (
314
316
"${PODS_ROOT}/Target Support Files/Pods-OpenvpnExample/Pods-OpenvpnExample-frameworks-${CONFIGURATION}-output-files.xcfilelist",
315
317
);
318
+ outputPaths = (
319
+ );
316
320
runOnlyForDeploymentPostprocessing = 0;
317
321
shellPath = /bin/sh;
318
322
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-OpenvpnExample/Pods-OpenvpnExample-frameworks.sh\"\n";
348
352
inputFileListPaths = (
349
353
"${PODS_ROOT}/Target Support Files/Pods-OpenvpnExample/Pods-OpenvpnExample-resources-${CONFIGURATION}-input-files.xcfilelist",
350
354
);
355
+ inputPaths = (
356
+ );
351
357
name = "[CP] Copy Pods Resources";
352
358
outputFileListPaths = (
353
359
"${PODS_ROOT}/Target Support Files/Pods-OpenvpnExample/Pods-OpenvpnExample-resources-${CONFIGURATION}-output-files.xcfilelist",
354
360
);
361
+ outputPaths = (
362
+ );
355
363
runOnlyForDeploymentPostprocessing = 0;
356
364
shellPath = /bin/sh;
357
365
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-OpenvpnExample/Pods-OpenvpnExample-resources.sh\"\n";
624
632
"-DFOLLY_CFG_NO_COROUTINES=1",
625
633
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
626
634
);
627
- OTHER_LDFLAGS = (
628
- "$(inherited)",
629
- " ",
630
- );
635
+ OTHER_LDFLAGS = "$(inherited) ";
631
636
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
632
637
SDKROOT = iphoneos;
633
638
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
696
701
"-DFOLLY_CFG_NO_COROUTINES=1",
697
702
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
698
703
);
699
- OTHER_LDFLAGS = (
700
- "$(inherited)",
701
- " ",
702
- );
704
+ OTHER_LDFLAGS = "$(inherited) ";
703
705
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
704
706
SDKROOT = iphoneos;
705
707
USE_HERMES = true;
You can’t perform that action at this time.
0 commit comments