Skip to content

Commit 84fe095

Browse files
committed
Specify destination when building starter projects.
1 parent 8319a75 commit 84fe095

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Rakefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@ namespace :test do
344344
t.scheme = scheme
345345
t.configuration = 'Debug'
346346
t.sdk = 'iphonesimulator'
347+
t.destinations = ['"platform=iOS Simulator,name=iPhone 6s"']
347348

348349
t.actions = [XCTask::BuildAction::CLEAN, XCTask::BuildAction::BUILD]
349350
t.formatter = XCTask::BuildFormatter::XCPRETTY
@@ -371,7 +372,7 @@ namespace :test do
371372

372373
t.scheme = scheme
373374
t.configuration = 'Debug'
374-
t.destinations = ["\"platform=iOS Simulator,OS=9.1,name=iPhone 6s\"",]
375+
t.destinations = ["\"platform=iOS Simulator,name=iPhone 6s\"",]
375376

376377
t.actions = [XCTask::BuildAction::CLEAN, XCTask::BuildAction::BUILD]
377378
t.formatter = XCTask::BuildFormatter::XCPRETTY

0 commit comments

Comments
 (0)