gpt4 book ai didi

xcode - Xcode中的build设置修饰符叫什么?

转载 作者:行者123 更新时间:2023-12-04 13:43:09 26 4
gpt4 key购买 nike

我看过一些build设置,例如

$(PRODUCT_NAME:identifier)



使用:upper也会使设置值大写,但是我不知道这些被称为什么,也找不到任何文档。有人知道他们的名字或适当使用它们的文档在哪里吗?

最佳答案

文件/Developer/Library/PrivateFrameworks/DevToolsCore.framework/Versions/A/DevToolsCore有很多这样的文件:

[ 09:22 root@MacBookPro / ]# strings /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Versions/A/DevToolsCore | egrep "(^:|^[a-z0-9]+$)"
:children.count=%lu
:name='%@'
:File='%@':Line=%lu:RefType=%@
:fileRef=%@:timestamp=%lu
:char-range=%@
:line-range=%@
:<range-type-%lu>=%@
:name='%@'
:name=%@:path='%@'
:name='%@'
:name='%@':buildSettings(%lu)=%@
:path='%@'
:quote
:identifier
:rfc1034identifier
:dir
:abs
:remoteRef='%@'
:File='%@':Head Revision=%@:Active Branch=%@
:scmProprties='%@':sandboxEntry='%@'
.... SNIP ....
upper
environment
diagnostics
type
category
description
path
kind
message
ranges
alternate
start
edges
location
file

也找到了这个: DevToolsCore Framework Reference。看起来像框架的API( - (id)initWithName:(id)arg1 productTypeIdentifier:(id)arg2)。

但是,仅此SO问题( xcode-info-plist-build-variable-product-namerfc1034identifier-seems-complete)找不到任何其他文档。

关于xcode - Xcode中的build设置修饰符叫什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7824223/

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