开发者

iPhone App Submission Question [closed]

开发者 https://www.devze.com 2022-12-18 09:44 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
开发者_高级运维

This question does not appear to be about programming within the scope defined in the help center.

Closed 5 years ago.

Improve this question

In my Xcode project I put all my images, audio files, ect... in the resources folder. When I opened the project folder in finder all of my "resources" are not in a resources folder instead they are just scattered in the main folder (I have a good number of files).

I already submitted the binary to Apple on Friday so will they care if the "resources" were in the main project folder? Everything works, I'm just paranoid, and since its only been a day should I just resubmit a fixed binary or not worry?

I noticed when creating a project in Xcode from one of the preset templates no designated resources folder is created within the project folder. So I'm figuring it's okay, just want to be safe and not sorry.


Resources are copied into an application's .app bundle at build time. It doesn't matter where they're initially stored on disk. You're safe!


When you compile the application, resources are copied into the .app bundle automatically. This can be overridden by modifying the target build directives, if I recall correctly. Generally, if you don't know if those settings have been modified, you should be fine.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号