简体   繁体   中英

Typical directory structure for iOS application

After creation of a new project under XCode I have the following directory structure:
* project
* projectTests
* project.xcodeproj

Do you usually nest third-party modules under the project session or under the root of application?

Ibo, it doesn't matter. Files in Xcode that appear to be in folders, are really just put in quasi-folders that Xcode creates In your project's XML. If you actually took a look at the REAL folder (on your desktop) then you would see the files are out of order. It doesn't matter at all. It's your preference as to where things go.

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