xcode中的文件夹结构与finder中的文件夹结构 [英] folder structure in xcode vs folder structure in finder

查看:101
本文介绍了xcode中的文件夹结构与finder中的文件夹结构的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在项目的xcode中有以下文件夹结构。

I have the following folder structure in xcode for a project.

但是,我在finder中有上述文件结构。
有没有办法将文件结构从xcode反映到finder?

However, I have the above file structure in finder. Is there any way to reflect the file structure from xcode to finder ?

推荐答案

我最近发现了一个命令行工具将完全满足您的需求。你可以在这里找到它:

I recently discovered a Command Line Tool that will do exactly what you need. You can find it here:

https://github.com/venmo/synx

要安装该工具,您只需打开终端并运行以下命令(使用 sudo 将其运行为超级用户并获得许可):

To install the tool, you just need to open the terminal and run the following command (use sudo to run it as a superuser and get permission):

$ sudo gem install synx

然后,就像上面GitHub网页上的说明所示,使用以下命令重新整理文件夹结构:

Then, just like the instructions on the GitHub webpage above indicate, use the following command to re-organize your folder structure:

$ synx path/to/your/project.xcodeproj

这应该这样做:)。

这篇关于xcode中的文件夹结构与finder中的文件夹结构的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆