Skip to content

Commit

Permalink
Tests 6.3 formatted projects can be opened.
Browse files Browse the repository at this point in the history
  • Loading branch information
neonichu committed Apr 20, 2015
1 parent 8a17a18 commit 96a7f1a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions spec/project_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,12 @@ module ProjectSpecs
Xcodeproj::Project.open(@path)
end.should.raise(Xcodeproj::Informative)
end

it 'can load projects in Xcode 6.3 format' do
@path = @dir + '6.3-format.xcodeproj'
@project = Xcodeproj::Project.open(@path)
@project.object_version.should == Xcodeproj::Constants::LAST_KNOWN_OBJECT_VERSION.to_s
end
end

#-------------------------------------------------------------------------#
Expand Down

0 comments on commit 96a7f1a

Please sign in to comment.