未验证 提交 13145e90 编写于 作者: G gaaclarke 提交者: GitHub

ios-unit-tests: Started using rsync instead of cp -R to copy frameworks. (#9471)

* Started using rsync instead of cp -R to copy frameworks.

* Removed stray input files for xcode script.
上级 ae8e6d9f
......@@ -345,8 +345,8 @@
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "TARGET_FRAMEWORKS_PATH=\"$TARGET_BUILD_DIR/../Frameworks\"\nFRAMEWORK_PATH=`find $PWD/../../../../out/$FLUTTER_ENGINE -name Flutter.framework`\ncp -R \"$FRAMEWORK_PATH\" \"$TARGET_FRAMEWORKS_PATH\"\n";
shellPath = "/bin/sh -x";
shellScript = "TARGET_FRAMEWORKS_PATH=\"$TARGET_BUILD_DIR/../Frameworks\"\nFRAMEWORK_PATH=$PROJECT_DIR/../../../../out/$FLUTTER_ENGINE/Flutter.framework\nrsync -avzh \"$FRAMEWORK_PATH\" \"$TARGET_FRAMEWORKS_PATH\"\n";
};
/* End PBXShellScriptBuildPhase section */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册