Xcode,向项目添加文件夹,保留目录结构并自动更新

发布于 2024-09-19 18:56:09 字数 146 浏览 4 评论 0原文

我想将文件夹包含在 Xcode 项目中,但我希望它保留其结构(子文件夹等)。当我将其拖到 Xcode 中的资源中时,它会将该文件夹扩展为 Xcode 项目中的一个组。

我还希望它保留其结构,以便我可以添加和删除文件,而无需不断地将修改后的文件夹重新添加到项目中。

I have folder that I would like to include in my Xcode project, but I would like it to retain it's structure (subfolder, etc). When I drag it into the resources in Xcode it expands that folder into a group in the Xcode project.

I would also like it to retain it's structure so I can add and remove files without re-adding the modified folder to the project constantly.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

全部不再 2024-09-26 18:56:09

添加包时,选择“为任何添加的文件夹创建文件夹引用”选项。 Xcode 将创建对该目录的引用,并在每次重建包时注意到更改。

替代文本

When adding your package, select the option to "Create Folder References for any added folders". Xcode will create a reference to the directory, and notice changes every time you rebuild the package.

alt text

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文