|
@@ -316,10 +316,14 @@
|
|
|
inputFileListPaths = (
|
|
inputFileListPaths = (
|
|
|
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-input-files.xcfilelist",
|
|
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-input-files.xcfilelist",
|
|
|
);
|
|
);
|
|
|
|
|
+ inputPaths = (
|
|
|
|
|
+ );
|
|
|
name = "[CP] Copy Pods Resources";
|
|
name = "[CP] Copy Pods Resources";
|
|
|
outputFileListPaths = (
|
|
outputFileListPaths = (
|
|
|
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-output-files.xcfilelist",
|
|
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-output-files.xcfilelist",
|
|
|
);
|
|
);
|
|
|
|
|
+ outputPaths = (
|
|
|
|
|
+ );
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
shellPath = /bin/sh;
|
|
shellPath = /bin/sh;
|
|
|
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n";
|
|
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n";
|
|
@@ -333,10 +337,14 @@
|
|
|
inputFileListPaths = (
|
|
inputFileListPaths = (
|
|
|
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
|
|
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
|
|
|
);
|
|
);
|
|
|
|
|
+ inputPaths = (
|
|
|
|
|
+ );
|
|
|
name = "[CP] Embed Pods Frameworks";
|
|
name = "[CP] Embed Pods Frameworks";
|
|
|
outputFileListPaths = (
|
|
outputFileListPaths = (
|
|
|
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
|
|
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
|
|
|
);
|
|
);
|
|
|
|
|
+ outputPaths = (
|
|
|
|
|
+ );
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
shellPath = /bin/sh;
|
|
shellPath = /bin/sh;
|
|
|
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
|
|
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
|