从脚本阶段获取输出文件

时间:2020-10-15 04:44:44

标签: ios swift xcode

我想使用LicensePlist来在我的应用程序中获取许可证。

根据此document,我将此脚本添加到我的应用中:

LICENSE_OUTPUT_FILE = "$ {PROJECT_NAME} /Licenses/license.html"

if which license-plist> / dev / null; then
license-plist --output-path "LicensePlistOutput" --html-path $ LICENSE_OUTPUT_FILE
fi

enter image description here

构建应用程序时,此脚本是否自动运行?如何获取license.html路径?

0 个答案:

没有答案