Returns a new instance of Project.
6 7 8 9 10
# File 'lib/cint/project.rb', line 6 def initialize(project_name) @project = Xcodeproj::Project.open(project_name) rescue error "Project #{project_name} not found" end