Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
finscn opened this issue Nov 18, 2024 · 1 comment
Labels
Feature Request Needs Triage Needs to be assigned by the team

Comments

@finscn
Copy link
Contributor

finscn commented Nov 18, 2024

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 finscn added Feature Request Needs Triage Needs to be assigned by the team labels Nov 18, 2024
@finscn
Copy link
Contributor Author

finscn commented Nov 20, 2024

目前构建的模板里

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

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

共用的 都是 PRODUCT_NAME .

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request Needs Triage Needs to be assigned by the team
Projects
None yet
Development

No branches or pull requests

1 participant