The xed - Xcode Text Editor Invocation Tool

If you are in your Xcode project folder and your project has both a workspace(.xcworkspace) and a project(.xcodeproj) the file then you can use following command to open workspace in Xcode from your terminal -

xed .

If your project only has a project(.xcodeproj) the file then the same command will open your project.

You can also open/edit a single file from your Xcode project without launching the complete Xcode workspace or project. Like if you want to open your Podfile then we can open using -

xed Podfile

xed was introduced in Mac OS X 10.5 with Xcode 3.0.


Discussion

Read Community Guidelines
You've successfully subscribed to Developer Insider
Great! Next, complete checkout for full access to Developer Insider
Welcome back! You've successfully signed in
Success! Your account is fully activated, you now have access to all content.