Skip to content

Commit

Permalink
use iPhone 7 10.2 device id in Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxuan30 committed Apr 20, 2017
1 parent aca0491 commit a2ac5cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ def devices
{
iOS: {
sdk: 'iphonesimulator',
device: "id='22FA2149-1241-469C-BF6D-462D3837DB72'",
uuid: '22FA2149-1241-469C-BF6D-462D3837DB72'
device: "34FA4749-C467-4D45-9F8E-E31AEDDC39C2'",
uuid: '34FA4749-C467-4D45-9F8E-E31AEDDC39C2'
},
macOS: {
sdk: 'macosx',
Expand Down

0 comments on commit a2ac5cb

Please sign in to comment.