We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a7e2c2 commit c2befefCopy full SHA for c2befef
lib/simctl.ts
@@ -88,7 +88,7 @@ export class Simctl implements ISimctl {
88
// so, get the `-- iOS X.X --` line to find the sdk (X.X)
89
// and the rest of the listing in order to later find the devices
90
91
- let deviceSectionRegex = /-- (iOS) (.+) --(\n .+)*/gm;
+ let deviceSectionRegex = /-- (iOS|visionOS) (.+) --(\n .+)*/gm;
92
let match = deviceSectionRegex.exec(rawDevices);
93
94
let matches: any[] = [];
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ios-sim-portable",
3
- "version": "4.4.0",
+ "version": "4.4.1-vision.0",
4
"description": "",
5
"main": "./lib/ios-sim.js",
6
"files": [
0 commit comments