Skip to content

Commit 8135b4d

Browse files
committed
feat: finalize
1 parent 762bcff commit 8135b4d

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

example/ios/OpenvpnExample.xcodeproj/project.pbxproj

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -309,10 +309,14 @@
309309
inputFileListPaths = (
310310
"${PODS_ROOT}/Target Support Files/Pods-OpenvpnExample/Pods-OpenvpnExample-frameworks-${CONFIGURATION}-input-files.xcfilelist",
311311
);
312+
inputPaths = (
313+
);
312314
name = "[CP] Embed Pods Frameworks";
313315
outputFileListPaths = (
314316
"${PODS_ROOT}/Target Support Files/Pods-OpenvpnExample/Pods-OpenvpnExample-frameworks-${CONFIGURATION}-output-files.xcfilelist",
315317
);
318+
outputPaths = (
319+
);
316320
runOnlyForDeploymentPostprocessing = 0;
317321
shellPath = /bin/sh;
318322
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-OpenvpnExample/Pods-OpenvpnExample-frameworks.sh\"\n";
@@ -348,10 +352,14 @@
348352
inputFileListPaths = (
349353
"${PODS_ROOT}/Target Support Files/Pods-OpenvpnExample/Pods-OpenvpnExample-resources-${CONFIGURATION}-input-files.xcfilelist",
350354
);
355+
inputPaths = (
356+
);
351357
name = "[CP] Copy Pods Resources";
352358
outputFileListPaths = (
353359
"${PODS_ROOT}/Target Support Files/Pods-OpenvpnExample/Pods-OpenvpnExample-resources-${CONFIGURATION}-output-files.xcfilelist",
354360
);
361+
outputPaths = (
362+
);
355363
runOnlyForDeploymentPostprocessing = 0;
356364
shellPath = /bin/sh;
357365
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-OpenvpnExample/Pods-OpenvpnExample-resources.sh\"\n";
@@ -624,10 +632,7 @@
624632
"-DFOLLY_CFG_NO_COROUTINES=1",
625633
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
626634
);
627-
OTHER_LDFLAGS = (
628-
"$(inherited)",
629-
" ",
630-
);
635+
OTHER_LDFLAGS = "$(inherited) ";
631636
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
632637
SDKROOT = iphoneos;
633638
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
@@ -696,10 +701,7 @@
696701
"-DFOLLY_CFG_NO_COROUTINES=1",
697702
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
698703
);
699-
OTHER_LDFLAGS = (
700-
"$(inherited)",
701-
" ",
702-
);
704+
OTHER_LDFLAGS = "$(inherited) ";
703705
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
704706
SDKROOT = iphoneos;
705707
USE_HERMES = true;

0 commit comments

Comments
 (0)