Class: PBXProject::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/pbxproject/cli.rb

Instance Method Summary collapse

Instance Method Details

#parseObject



15
16
17
18
19
20
# File 'lib/pbxproject/cli.rb', line 15

def parse
  pbx = PBXProject.new :file => options[:input]
  pbx.parse
  
  puts pbx.to_pbx
end