Skip to content

Commit 663dbe6

Browse files
committed
Clean up unused files & document Node version support.
Closes #35.
1 parent 5a6aab3 commit 663dbe6

File tree

3 files changed

+23
-15
lines changed

3 files changed

+23
-15
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1-
[![Build status](https://ci.appveyor.com/api/projects/status/0ffoydxknq0sx48i/branch/master?svg=true)](https://ci.appveyor.com/project/shazron/simctl/branch/master)
1+
[![NPM](https://nodei.co/npm/simctl.svg?style=flat&data=n,v,u&color=blue)](https://www.npmjs.com/package/simctl)
2+
[![Node CI](https://github.com/ios-control/simctl/actions/workflows/ci.yml/badge.svg)](https://github.com/ios-control/simctl/actions/workflows/ci.yml)
23

3-
## library wrapper for Xcode's simctl utility on OS X
4+
## library wrapper for Xcode's simctl utility on macOS
45

56
Used by [ios-sim](https://www.npmjs.com/package/ios-sim)
67

78
## Requirements
89

9-
Xcode 8 or greater
10+
* Xcode 8 or greater
11+
* NodeJS 14.17.0 or greater
12+
13+
### Development Requirements
14+
15+
* NodeJS 20.19.0 or greater for Node Test Runner support

jest.config.js

Lines changed: 0 additions & 12 deletions
This file was deleted.

package.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,19 @@
2323
"license": "MIT",
2424
"devDependencies": {
2525
"@cordova/eslint-config": "^6.0.0"
26+
},
27+
"engines": {
28+
"node": ">= 14.17.0"
29+
},
30+
"devEngines": {
31+
"os": {
32+
"name": "darwin",
33+
"onFail": "warn"
34+
},
35+
"runtime": {
36+
"name": "node",
37+
"version": ">= 20.9.0",
38+
"onFail": "error"
39+
}
2640
}
2741
}

0 commit comments

Comments
 (0)