Skip to content

Releases: wswebcreation/start-ios-simulator

Bug Fix

Choose a tag to compare

@wswebcreation wswebcreation released this 27 Feb 06:14

This PR fixes the availability matching error because this field isn't returned by XCODE anymore, thanks to Ganjar P M

Contains:

  • Merge pull request #4 from ganjarpanji/remove-availability 22053dd
  • Remove availability field support 64ecdc8
  • chore: add new gif 96c23fa

v1.0.0...v1.0.1

Major release

Choose a tag to compare

@wswebcreation wswebcreation released this 01 Jul 13:33

Major release due to XCODE 10.2 where the device output list changed to

"com.apple.CoreSimulator.SimRuntime.iOS-12-1" : [
      {
        "availability" : "(available)",
        "state" : "Shutdown",
        "isAvailable" : true,
        "name" : "iPhone 5s",
        "udid" : "9AC9332D-7DB0-4F2E-8615-61EE86E363CA",
        "availabilityError" : ""
      },
      {
        "availability" : "(available)",
        "state" : "Shutdown",
        "isAvailable" : true,
        "name" : "iPhone 6",
        "udid" : "B1DA5CFF-D918-467B-8E49-04B6172B9456",
        "availabilityError" : ""
      }
]

This release holds new logs and can be used for XCODE 10.2+, else use version 0.1.2 by doing

npm install start-ios-simulator@0.1.2

Contains:

  • feat: make it work with XCODE 10.2 3335c58

v0.1.2...v1.0.0

Chore

Choose a tag to compare

@wswebcreation wswebcreation released this 31 Oct 08:01

Add a .npmignore and bump the version

Fix

Fix

Choose a tag to compare

@wswebcreation wswebcreation released this 31 Oct 08:00

This fixes the issue that the simulator didn't start when there was no simulator opened initially

Release

Choose a tag to compare

@wswebcreation wswebcreation released this 31 Oct 08:00

Initial release