Add inputPaths
This commit is contained in:
parent
d29cfe4dec
commit
ea0910f56c
|
@ -1669,6 +1669,7 @@
|
|||
inputFileListPaths = (
|
||||
);
|
||||
inputPaths = (
|
||||
"${BUILT_PRODUCTS_DIR}/${INFOPLIST_PATH}",
|
||||
);
|
||||
name = "Upload source maps to Bugsnag";
|
||||
outputFileListPaths = (
|
||||
|
@ -1754,6 +1755,7 @@
|
|||
inputFileListPaths = (
|
||||
);
|
||||
inputPaths = (
|
||||
"${BUILT_PRODUCTS_DIR}/${INFOPLIST_PATH}",
|
||||
);
|
||||
name = "Upload source maps to Bugsnag";
|
||||
outputFileListPaths = (
|
||||
|
|
Loading…
Reference in New Issue