Kishikawa Katsumi пре 5 година
родитељ
комит
e656cd206b
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      Lib/Rakefile

+ 1 - 2
Lib/Rakefile

@@ -8,8 +8,7 @@ end
 def destinations(platform: 'iphonesimulator')
 def destinations(platform: 'iphonesimulator')
   if platform == 'iphonesimulator'
   if platform == 'iphonesimulator'
     if xcode_version.start_with?('11')
     if xcode_version.start_with?('11')
-      [ 'name=iPhone 11 Pro,OS=13.0',
-        'name=iPhone Xs,OS=12.2',
+      [ 'name=iPhone 11 Pro,OS=13.0'
       ]
       ]
     elsif xcode_version.start_with?('10')
     elsif xcode_version.start_with?('10')
       [ 'name=iPhone 5s,OS=12.0',
       [ 'name=iPhone 5s,OS=12.0',