class Xcodeproj::Command::Sort

def initialize(argv)

def initialize(argv)
  self.xcodeproj_path = argv.shift_argument
  super
end