Skip to content

Commit

Permalink
fix travis device id
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxuan30 committed Apr 20, 2017
1 parent 5092512 commit d7215d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 Down Expand Up @@ -142,4 +142,4 @@ end
desc 'updated the podspec on cocoapods'
task :update_pod do
sh "bundle exec pod trunk push Charts.podspec --allow-warnings"
end
end

0 comments on commit d7215d8

Please sign in to comment.