Skip to content

danielmartin/flycheck-pbxproj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

flycheck-pbxproj

Adds syntax checking capabilities to flycheck for Xcode projects (.pbxproj) using Kin (https://github.com/Karumi/Kin).

Requires pbxproj-mode, a major mode for editing Xcode project files (https://github.com/danielmartin/pbxproj-mode).

Do you hate when you solve an Xcode project merge conflict incorrectly and now you cannot open it in Xcode? Here's flycheck-pbxproj in Ediff helping you prevent this before saving the file:

flycheck-pbxproj in action inside Ediff

This is a work in progress that would probably require some performance improvements in Kin for "on the fly" syntax checks.

Install

MELPA

Not Available Yet

Manual

(require 'flycheck-pbxproj)
(flycheck-pbxproj-setup)

About

Flycheck extension for validating the syntax of Xcode project files (.pbxproj)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors