浏览代码

fixed detox update

Daniel Zlotin 8 年前
父节点
当前提交
9894d0a237
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      e2e/init.js

+ 1
- 1
e2e/init.js 查看文件

7
     configurations: {
7
     configurations: {
8
       ios: {
8
       ios: {
9
         binaryPath: process.env.detoxAppBuildPath,
9
         binaryPath: process.env.detoxAppBuildPath,
10
-        type: 'simulator',
10
+        type: 'ios.simulator',
11
         name: 'iPhone 7'
11
         name: 'iPhone 7'
12
       }
12
       }
13
     }
13
     }