Skip to content

Commit ea9f185

Browse files
committed
rename
1 parent 85bad87 commit ea9f185

33 files changed

+104
-20
lines changed

ios/RNLlamaExample.xcodeproj/project.pbxproj renamed to ios/LocalPlusPlus.xcodeproj/project.pbxproj

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -281,14 +281,10 @@
281281
inputFileListPaths = (
282282
"${PODS_ROOT}/Target Support Files/Pods-LocalPlusPlus/Pods-LocalPlusPlus-frameworks-${CONFIGURATION}-input-files.xcfilelist",
283283
);
284-
inputPaths = (
285-
);
286284
name = "[CP] Embed Pods Frameworks";
287285
outputFileListPaths = (
288286
"${PODS_ROOT}/Target Support Files/Pods-LocalPlusPlus/Pods-LocalPlusPlus-frameworks-${CONFIGURATION}-output-files.xcfilelist",
289287
);
290-
outputPaths = (
291-
);
292288
runOnlyForDeploymentPostprocessing = 0;
293289
shellPath = /bin/sh;
294290
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-LocalPlusPlus/Pods-LocalPlusPlus-frameworks.sh\"\n";
@@ -346,14 +342,10 @@
346342
inputFileListPaths = (
347343
"${PODS_ROOT}/Target Support Files/Pods-LocalPlusPlus-LocalPlusPlusTests/Pods-LocalPlusPlus-LocalPlusPlusTests-frameworks-${CONFIGURATION}-input-files.xcfilelist",
348344
);
349-
inputPaths = (
350-
);
351345
name = "[CP] Embed Pods Frameworks";
352346
outputFileListPaths = (
353347
"${PODS_ROOT}/Target Support Files/Pods-LocalPlusPlus-LocalPlusPlusTests/Pods-LocalPlusPlus-LocalPlusPlusTests-frameworks-${CONFIGURATION}-output-files.xcfilelist",
354348
);
355-
outputPaths = (
356-
);
357349
runOnlyForDeploymentPostprocessing = 0;
358350
shellPath = /bin/sh;
359351
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-LocalPlusPlus-LocalPlusPlusTests/Pods-LocalPlusPlus-LocalPlusPlusTests-frameworks.sh\"\n";
@@ -367,14 +359,10 @@
367359
inputFileListPaths = (
368360
"${PODS_ROOT}/Target Support Files/Pods-LocalPlusPlus/Pods-LocalPlusPlus-resources-${CONFIGURATION}-input-files.xcfilelist",
369361
);
370-
inputPaths = (
371-
);
372362
name = "[CP] Copy Pods Resources";
373363
outputFileListPaths = (
374364
"${PODS_ROOT}/Target Support Files/Pods-LocalPlusPlus/Pods-LocalPlusPlus-resources-${CONFIGURATION}-output-files.xcfilelist",
375365
);
376-
outputPaths = (
377-
);
378366
runOnlyForDeploymentPostprocessing = 0;
379367
shellPath = /bin/sh;
380368
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-LocalPlusPlus/Pods-LocalPlusPlus-resources.sh\"\n";
@@ -388,14 +376,10 @@
388376
inputFileListPaths = (
389377
"${PODS_ROOT}/Target Support Files/Pods-LocalPlusPlus-LocalPlusPlusTests/Pods-LocalPlusPlus-LocalPlusPlusTests-resources-${CONFIGURATION}-input-files.xcfilelist",
390378
);
391-
inputPaths = (
392-
);
393379
name = "[CP] Copy Pods Resources";
394380
outputFileListPaths = (
395381
"${PODS_ROOT}/Target Support Files/Pods-LocalPlusPlus-LocalPlusPlusTests/Pods-LocalPlusPlus-LocalPlusPlusTests-resources-${CONFIGURATION}-output-files.xcfilelist",
396382
);
397-
outputPaths = (
398-
);
399383
runOnlyForDeploymentPostprocessing = 0;
400384
shellPath = /bin/sh;
401385
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-LocalPlusPlus-LocalPlusPlusTests/Pods-LocalPlusPlus-LocalPlusPlusTests-resources.sh\"\n";
@@ -624,7 +608,10 @@
624608
"-DFOLLY_CFG_NO_COROUTINES=1",
625609
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
626610
);
627-
OTHER_LDFLAGS = "$(inherited) ";
611+
OTHER_LDFLAGS = (
612+
"$(inherited)",
613+
" ",
614+
);
628615
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
629616
SDKROOT = iphoneos;
630617
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
@@ -697,7 +684,10 @@
697684
"-DFOLLY_CFG_NO_COROUTINES=1",
698685
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
699686
);
700-
OTHER_LDFLAGS = "$(inherited) ";
687+
OTHER_LDFLAGS = (
688+
"$(inherited)",
689+
" ",
690+
);
701691
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
702692
SDKROOT = iphoneos;
703693
USE_HERMES = true;
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)