将应用程序上传到应用程序商店时,如何检查哪些文件是存档的一部分?
在上传应用程序时,我总是想知道哪些文件实际上是正在上传的存档的一部分,因为我的 xCode 项目文件夹中有许多支持文件,它们实际上并不是代码的一部分,而只是一些文档。 它们是否会成为存档的一部分并且稍后对安装程序可见,还是仅包含在 xCode 中引用的存档中的那些文件?
谢谢
always when uploading an app I wonder which files are actually part of the archive that is being uploaded, since I have many supportive files in my xCode project folder which are not really part of the code but just some documents.
Will they be part of the archive and visible to the installers later or are only those files included in the archive that are referenced in xCode?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
所有文件都将存档(.app 文件),您可以通过右键单击它并选择“显示包内容”来查看其内容
all the files will be in archive (.app file) and you can see its content by right click on it and select "show package content"