gpt4 book ai didi

ios - 我如何在 xcode 构建阶段获取方案名称(shell 脚本)

转载 作者:行者123 更新时间:2023-12-02 02:02:25 26 4
gpt4 key购买 nike

我正在尝试获取当前方案名称并将其设置为我的 plist 中的值。我正在运行以下 shell 脚本:

/usr/libexec/PlistBuddy -c "Set :SchemeName \"$SCHEME_NAME\"" "$INFOPLIST_FILE"

结果是方案名称为空字符串。如果我设置一些常量字符串,它就可以完美工作。如何获取当前方案名称?

最佳答案

你不能。

来自https://developer.apple.com/library/ios/featuredarticles/XcodeConcepts/Concept-Schemes.html :

An Xcode scheme defines a collection of targets to build, a configuration to use when building, and a collection of tests to execute.

所以这纯粹是 Xcode 界面功能,它不是构建过程的一部分。

如果您想知道您正在编译哪个构建配置(例如 DebugRelease),您可以使用 $CONFIGURATION .

关于ios - 我如何在 xcode 构建阶段获取方案名称(shell 脚本),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37592194/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com