swift-emacs / swift-mode

Emacs support for Apple's Swift programming language.
GNU General Public License v3.0
372 stars 47 forks source link

Xcode workspace and project building. #121

Closed nicklanasa closed 4 years ago

nicklanasa commented 8 years ago

Clickable error links in compilation-mode. Added method to clean workspaces. Added method to run pod install.

nicklanasa commented 8 years ago

Anybody else have any comments or concerns? Would love some more feedback.

ap4y commented 8 years ago

Hi @nicklanasa, I would recommend squashing commits into one to keep master clean. Also will be good if @bbatsov will review this PR one more time.

nicklanasa commented 8 years ago

@ap4y I can do that.

nicklanasa commented 8 years ago

@ap4y Rebased into 1 commit. Much cleaner.

ap4y commented 8 years ago

Thanks!

nicklanasa commented 8 years ago

Thanks for all the feedback, I'm still a noob with LISP but I'm learning so much! @bbatsov @ap4y

nicklanasa commented 8 years ago

Added some cleanup and bug fixes. Should look better now.