Skip to content

Commit aa8079b

Browse files
fix: remove wrong duplicated ios sim
1 parent cc9cbe2 commit aa8079b

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

lib/ios-controller.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -886,13 +886,6 @@ export class IOSController {
886886
height: 812,
887887
density: 3,
888888
actionBarHeight: 132
889-
},
890-
{
891-
deviceType: "iPhone 11",
892-
width: 1242,
893-
height: 2688,
894-
density: 3,
895-
actionBarHeight: 132
896889
});
897890

898891
// longest names at the start

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mobile-devices-controller",
3-
"version": "5.2.2",
3+
"version": "5.2.3",
44
"main": "index.js",
55
"description": "Manage devices, emulators and simulators.",
66
"keywords": [

0 commit comments

Comments
 (0)