在提交给 Apple 之前更改 .app 文件的名称是否足够?

发布于 2024-08-19 15:36:44 字数 114 浏览 5 评论 0原文

我尝试提交申请,但被告知该文件不能包含任何空格。为了解决这个问题,我只需重命名我的 .app 文件(不带空格),压缩它,然后重新提交。我的问题是这是否足够,或者我是否需要重建我的应用程序而不需要二进制名称中的空格?

I tried submitting my application but was told that the file cannot contain any spaces. To fix this I simply renamed my .app file without the spaces, compressed it, and resubmitted. My question is was this sufficient, or do I need to rebuild my application without the spaces in the binary name?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

尤怨 2024-08-26 15:36:44

对于 Apple 需要不带空格的 zip 文件,您的解决方案就足够了。您不需要重命名二进制名称。

但是,将来您创建的项目应该不带空格,如果您需要空格,您可以将 plist 文件中的 Bundle 显示名称 设置为带有空格的名称你需要。

Your solution will be sufficient concerning Apple's need to have a zip file without spaces. You don't need to rename the binary name.

However, in the future you should create your projects without spaces and if you need a space, you can set your Bundle display name in the plist file to the name with spaces that you need.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文