mirror of
https://github.com/arduino/Arduino.git
synced 2024-11-29 10:24:12 +01:00
In Xcode project, specified input and output files for setup script to avoid unncessary unzipping of unchanged files.
This commit is contained in:
parent
e511d887d4
commit
575f4a2a99
@ -1043,8 +1043,14 @@
|
||||
files = (
|
||||
);
|
||||
inputPaths = (
|
||||
../shared/dist/examples.zip,
|
||||
../shared/reference.zip,
|
||||
dist/tools.zip,
|
||||
);
|
||||
outputPaths = (
|
||||
$BUILT_PRODUCTS_DIR/tools,
|
||||
$BUILT_PRODUCTS_DIR/examples,
|
||||
$BUILT_PRODUCTS_DIR/reference,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
|
Loading…
Reference in New Issue
Block a user