Skip to content

Commit

Permalink
use Apple TV 1080p (10.1) and 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 5e73bcb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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: "id='34FA4749-C467-4D45-9F8E-E31AEDDC39C2'",
uuid: '34FA4749-C467-4D45-9F8E-E31AEDDC39C2'
},
macOS: {
sdk: 'macosx',
Expand All @@ -49,8 +49,8 @@ def devices
},
tvOS: {
sdk: 'appletvsimulator',
device: "id='5761D8AB-2838-4681-A528-D0949FF240C5'",
uuid: '5761D8AB-2838-4681-A528-D0949FF240C5'
device: "id='C12DA372-F96C-4CD0-BEF4-63EC1182DBD2'",
uuid: 'C12DA372-F96C-4CD0-BEF4-63EC1182DBD2'
}
}
end
Expand Down

0 comments on commit 5e73bcb

Please sign in to comment.