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

后端 未结 4 1853
难免孤独
难免孤独 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:02

    Looks like you can stack these as well. The useful case floating around out there is

    com.yourcompany.${PRODUCT_NAME:rfc1034identifier:lower}
    

    such that a product name of "Your App" becomes com.yourcompany.your-app.

提交回复
热议问题