在提交给 Apple 之前更改 .app 文件的名称是否足够?
我尝试提交申请,但被告知该文件不能包含任何空格。为了解决这个问题,我只需重命名我的 .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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于 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.