Browse Source

bump to iPhone 8 as iPhone 7 has been dropped out

Xuan Liu 5 years ago
parent
commit
2752c6c859
1 changed files with 3 additions and 3 deletions
  1. 3 3
      Rakefile

+ 3 - 3
Rakefile

@@ -56,8 +56,8 @@ def devices
   {
     iOS: {
       sdk: 'iphonesimulator',
-      device: "name='iPhone 7'",
-      name: 'iPhone 7'
+      device: "name='iPhone 8'",
+      name: 'iPhone 8'
     },
     macOS: {
       sdk: 'macosx',
@@ -179,4 +179,4 @@ end
 desc 'generate changelog'
 task :generate_changelog do
   sh 'github_changelog_generator'
-end
+end