简体   繁体   中英

Xcode - is it ok if I made a group for my image files and they are not at the base of the project?

I am reading the instructions here for the correct file setup for submitting the app to the app store: http://developer.apple.com/library/ios/#DOCUMENTATION/iPhone/Conceptual/iPhoneOSProgrammingGuide/App-RelatedResources/App-RelatedResources.html

in there there is a phrase like: "Like all other icon files, the iTunesArtwork image file must reside at the top level of your app bundle. "

But for organization sake, I made a group, and placed all the image files in root/src/img group. Is that ok? Or should I specifically move all the image files to the root or the project?

Thanks!

What you're doing is OK. When you place resources into a group, Xcode will copy them all into the root of your application when it builds it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM