Releases: ios-control/simctl
Releases · ios-control/simctl
v2.0.3
fix regression
fix dependency updates, update appveyor node testing
- fix: incorrect error message (fixes #19) d558c5c
- fix: update node tests to 14, 16 c4f0a45
- Revert "fix: downgrade eslint to 6.8.0" 2b3f55c
- fix: downgrade eslint to 6.8.0 2bd0885
- fix: update node versions 779fa08
- fix: update build badge 49cb366
- fix: remove travis ci build d97781f
- chore(package): update eslint to v8 8415c5f
- Bump path-parse from 1.0.6 to 1.0.7 (#25) 286ab6b
- Bump js-yaml from 3.12.0 to 3.14.1 (#28) 6162e8b
- Bump hosted-git-info from 2.7.1 to 2.8.9 (#24) 4db0715
- Bump lodash from 4.17.15 to 4.17.21 (#23) 00f5418
- Bump shelljs from 0.2.6 to 0.8.5 (#26) 9f2ef9a
- Bump lodash from 4.17.11 to 4.17.15 (#20) 06afda9
Changed 'start' behaviour. Simulator re-use (not restarted)
See #17. The simulator is re-used, if it has already been started. simctl will not kill the simulator each time.
Xcode 8 and 9 fixes for Simulator launches
- Add newline to help text for check_prerequisites
- Fixes for Xcode 8 and Xcode 9 quirks
Xcode 9 simulator fix
Fix check_prerequisites help text to Xcode 8
1.0.1 Updated error text from check_prerequisites to reflect Xcode 8
Use new `xcrun simctl list --json` feature in Xcode 8
Fixes #12 - use xcrun simctl list --json
Bump requirement to Xcode 8
Fixed for new iPad Pro sizes
- Fixed #11 - Does not handle "iPad Pro (9.7 inch)" and "iPad Pro (12.9 inch)" in listing devices
Invalid Device State fix
Revert use of 'open "iOS Simulator"' back to use of Instruments.
The use of "open" is causing "Invalid Device State" errors; this is probably because the iOS Simulator can only really launch one instance at a time, and Instruments knows how to shutdown the previous instance.