提交 cc2cc42f 编写于 作者: C Chinmay Garde

Remove app.so and app.flx from the output paths of the `BuildFlutterApp` phase (#2719)

The Dart sources the pubspec are missing from the list of output paths. These artifacts can easily become stale.
上级 63310aa9
......@@ -210,8 +210,6 @@
inputPaths = (
);
outputPaths = (
"$(SOURCE_ROOT)/FlutterApplication/Generated/app.so",
"$(SOURCE_ROOT)/FlutterApplication/Generated/app.flx",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册