Quellcode durchsuchen

try to fix stupid apple bug

Daniel Zlotin vor 7 Jahren
Ursprung
Commit
606a5808a8
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      playground/scripts/unit.ios.js

+ 1
- 1
playground/scripts/unit.ios.js Datei anzeigen

@@ -9,7 +9,7 @@ function testProject() {
9 9
             test
10 10
             -scheme "playground"
11 11
             -project playground.xcodeproj
12
-            -destination 'platform=iOS Simulator,name=iPhone 7'
12
+            -destination 'platform=iOS Simulator,name=iPhone SE'
13 13
             `;
14 14
 
15 15
   if (hasXcpretty()) {