sh 一个Xcode运行脚本,它从文件中加载一个字符串,并将该字符串作为Plist键的值。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 一个Xcode运行脚本,它从文件中加载一个字符串,并将该字符串作为Plist键的值。相关的知识,希望对你有一定的参考价值。

token_file=$SRCROOT/token
token="$(cat $token_file)"
if [ "$token" ]; then
    plutil -replace MGLMapboxAccessToken -string $token "$TARGET_BUILD_DIR/$INFOPLIST_PATH"
else
    echo 'error: Missing Mapbox access token'
    open 'https://www.mapbox.com/studio/account/tokens/'
    echo "error: Get an access token from <https://www.mapbox.com/studio/account/tokens/>, then create a new file at $token_file that contains the access token."
    exit 1
fi

以上是关于sh 一个Xcode运行脚本,它从文件中加载一个字符串,并将该字符串作为Plist键的值。的主要内容,如果未能解决你的问题,请参考以下文章

有没有办法在 EMR 中加载 install-interpreter.sh 文件以加载第 3 方解释器?

界面构建器未在 xcode 中加载

xcode 7.2 怎么在Playground 中加载图片

在组objective-c Xcode中加载文件

在一组objective-c Xcode中加载文件

IOS系统中加载CAD图纸的方法,苹果系统中浏览和编辑DWG