nicklanasa / xcode-mode

xcode-mode is a minor mode for Emacs to perform Xcode like actions in your projects.
58 stars 6 forks source link

Integrate flycheck-xcode #26

Open jojojames opened 6 years ago

jojojames commented 6 years ago

Creating issue to track adding this to xcode-mode.

jojojames commented 6 years ago

Submitted to Melpa, after that I'll add a package-require to xcode-mode and other glue code if necesary.

jojojames commented 6 years ago

This also looks good by the way for metadata handling.

https://github.com/nhojb/xcode-project

nicklanasa commented 6 years ago

That will indeed help will building and running the project. I’ll add that as a dependency if it works well enough

jojojames commented 6 years ago

It's on melpa now, I'll get to adding this soon.

Going a check against a workspace might be tricky though since there are many (no default?).