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')
   if platform == 'iphonesimulator'
     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')
       [ 'name=iPhone 5s,OS=12.0',