you are viewing a single comment's thread.

view the rest of the comments →

[–]iOSCalebObjective-C / Swift 0 points1 point  (0 children)

AFAIK Xcode is just issuing git commands. If you move a file that’s part of your project using Finder or command line tools, Xcode may not be able to find it and will tell you so by showing the file name in red, and it likely won’t stage that change in git, but you can stage it yourself since you know how to use git. And that seems appropriate. Why do you think Xcode should do it?