简体   繁体   English

iOS应用程序的典型目录结构

[英]Typical directory structure for iOS application

After creation of a new project under XCode I have the following directory structure: 在XCode下创建新项目后,我具有以下目录结构:
* project *项目
* projectTests * projectTests
* project.xcodeproj * 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. Xcode中似乎位于文件夹中的文件实际上只是放在Xcode在项目的XML中创建的准文件夹中。 If you actually took a look at the REAL folder (on your desktop) then you would see the files are out of order. 如果您实际查看了REAL文件夹(在您的桌面上),那么您会看到文件混乱。 It doesn't matter at all. 没关系。 It's your preference as to where things go. 您对事情的去向偏好。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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