xcode info.plist build variable ${PRODUCT_NAME:rfc1034identifier} seems completely undocumented?

后端 未结 4 1852
难免孤独
难免孤独 2020-12-13 00:43

I\'m trying to find documentation that describe the syntax and possibilities suggested by the construction ${PRODUCT_NAME:rfc1034identifier}. Obviously this tur

4条回答
  •  一整个雨季
    2020-12-13 01:00

    $ strings /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Versions/A/DevToolsCore
    
    PRODUCTNAME
    PRODUCTNAMEASIDENTIFIER
    PRODUCTNAMEASRFC1034IDENTIFIER
    PRODUCTNAMEASXML
    

    It seems that there are :identifier, :rfc1034identifier and :xml modifiers. But I have no clue except this.

提交回复
热议问题