Xcode always set .php as default editor

Viewed 22

Xcode in every update set Xcode default editor for .php files. I have to set the editor I need as the default editor every time. How can I forbid Xcode to do this?

1 Answers
  • Open a directory with a .php file.
  • Right click and choose Get Info.
  • Click on Xcode.app under Open with: Open with
  • Select your choice, I picked TextEdit.app.TextEdit
  • Click Change All...
  • Hit Continue
    Continue
Related