refactor(apple): use `SCRIPT_OUTPUT_FILE_0` instead of path (#2056)
This commit is contained in:
Родитель
a79e3381d1
Коммит
f64c0659c5
|
@ -327,7 +327,7 @@
|
|||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "source .env\nnode -e \"import('react-native-test-app/scripts/embed-manifest/swift.mjs')\" > \"$SRCROOT/Manifest+Embedded.g.swift\"\n";
|
||||
shellScript = "source .env\nnode -e \"import('react-native-test-app/scripts/embed-manifest/swift.mjs')\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
|
||||
};
|
||||
/* End PBXShellScriptBuildPhase section */
|
||||
|
||||
|
|
|
@ -308,7 +308,7 @@
|
|||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "source .env\nnode -e \"import('react-native-test-app/scripts/embed-manifest/swift.mjs')\" > \"$SRCROOT/Manifest+Embedded.g.swift\"\n";
|
||||
shellScript = "source .env\nnode -e \"import('react-native-test-app/scripts/embed-manifest/swift.mjs')\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
|
||||
};
|
||||
/* End PBXShellScriptBuildPhase section */
|
||||
|
||||
|
|
|
@ -304,7 +304,7 @@
|
|||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "source .env\nnode -e \"import('react-native-test-app/scripts/embed-manifest/swift.mjs')\" > \"$SRCROOT/Manifest+Embedded.g.swift\"\n";
|
||||
shellScript = "source .env\nnode -e \"import('react-native-test-app/scripts/embed-manifest/swift.mjs')\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
|
||||
};
|
||||
/* End PBXShellScriptBuildPhase section */
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче