Xcode中的构建设置修饰符有哪些?

Jav*_*r C 6 xcode xcode-template

我已经看到了一些使用的构建设置

$(PRODUCT_NAME:标识符)

使用:upper也使设置值为大写,但我不知道那些被调用的内容并且找不到任何文档.有谁知道他们的名字或文件在哪里正确使用它们?

cho*_*own 8

该文件/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
Run Code Online (Sandbox Code Playgroud)

发现这一点:DevToolsCore框架参考.看起来像Framework(- (id)initWithName:(id)arg1 productTypeIdentifier:(id)arg2)的API .

但是找不到任何其他文档,只是这个问题(xcode-info-plist-build-variable-product-namerfc1034identifier-seem-complete).


归档时间:

查看次数:

624 次

最近记录:

13 年,9 月 前