Skip to content

Commit

Permalink
10.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriomazzeo committed Jun 30, 2017
1 parent 3fa849d commit 2073fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -19,7 +19,7 @@ XCTasks::TestTask.new(:test) do |t|

t.subtask(ios: 'RestKitTests') do |s|
s.sdk = :iphonesimulator
s.destination('platform=iOS Simulator')
s.destination('platform=iOS Simulator,OS=10.3.1,name=iPhone 5s')
end
# OS X Tests disabled as part of https://github.com/RestKit/RestKit/pull/2434
# because of the following Cocoapods issue https://github.com/CocoaPods/CocoaPods/issues/4752
Expand Down

0 comments on commit 2073fa5

Please sign in to comment.