Reputation: 6638
Trying out AppCode (2.5.4) at the moment I'm rather annoyed by having the full paths to projects always showing up in the 'Project' view.
Browsing the prefs I cannot find a way to turn this off?
I'd rather prefer the Xcode way of having just the project's name..
In particular working with workspaces and sub-projects a lot it adds a lot of visual clutter.
Upvotes: 2
Views: 187
Reputation: 725
I'm not am Apple expert. Under Linux, however, you could, as a workaround, create a soft link using "ln" to reference the long folder path from your home dir in a short fashion and use that path in your app. Maybe that works under Apple's system as well?
Upvotes: -1