tulsi icon indicating copy to clipboard operation
tulsi copied to clipboard

Synchronize Xcode file tree with directory on the file system

Open ra1028 opened this issue 4 years ago • 0 comments

Description

Files added from the Xcode source tree generated by tulsi are added to the project root. I've found the same issue reported in the past.

Of course, I can understand that tulsi creating a dummy group to solve some issues, but I think it should be fixed to familiarize tulsi with general iOS developers using Xcode.

I suggest adding an option to enable this as an optional feature to the tulsi CLI to safely fix it. Like, tulsi --genconfig MyProject.tulsiproj --use-real-path

Related

https://github.com/bazelbuild/tulsi/issues/55 https://github.com/bazelbuild/tulsi/commit/68c0b2089939805b2a7c42c3b6c7bf941c9c3dc2 https://github.com/bilibili/tulsi/pull/1

ra1028 avatar Apr 17 '20 04:04 ra1028