cocos / cocos-engine

Cocos simplifies game creation and distribution with Cocos Creator, a free, open-source, cross-platform game engine. Empowering millions of developers to create high-performance, engaging 2D/3D games and instant web entertainment.
https://www.cocos.com/en/creator
Other
8.73k stars 2.04k forks source link

希望构建 iOS应用时, 同时 支持 iPhone 和 iPad, 以及设置显示名称 #17878

Open finscn opened 4 days ago

finscn commented 4 days ago

Use Case

目前只支持 iPhone , 没有 iPad

image

而且没有设置 iOS App 显示名称的地方.

Problem Description

如上

Proposed Solution

No response

How it works

No response

Alternatives Considered

1

Additional Information

No response

finscn commented 2 days ago

目前构建的模板里

    <key>CFBundleDisplayName</key>
    <string>${PRODUCT_NAME}</string>

    <key>CFBundleName</key>
    <string>${PRODUCT_NAME}</string>

共用的 都是 PRODUCT_NAME .

但是实际项目里 DisplayName 可能是中文 甚至有特殊标点符号, 但是 CFBundleName 并不允许. 两者不是一回事.