What is a blue folder in Xcode

前端 未结 2 1859
[愿得一人]
[愿得一人] 2021-01-20 16:19

I have opened a project from Github, which has blue folders in its file structure.

As far as I understand this is a physical folder reference rather than just a mean

相关标签:
2条回答
  • 2021-01-20 16:31

    If you use blue folder references for your resources these folders will also be created inside your application bundle, while resource files in groups will simply be copied to your mainBundle's root directory.

    0 讨论(0)
  • 2021-01-20 16:52

    When folder structure is managed outside of XCode (for example, a cross-platform project which has project files for different versions of XCode, Visual Studio and other IDEs, all using mostly the same directory tree), you normally want folder references. Otherwise one would have to recreate every project file every time folder structure changes.

    0 讨论(0)
提交回复
热议问题