class Slather::Project

def self.open(xcodeproj)

def self.open(xcodeproj)
  proj = super
  proj.configure_from_yml
  proj
end