apache / cordova-paramedic

Apache Cordova - Paramedic
https://cordova.apache.org/
Apache License 2.0
36 stars 53 forks source link

fix: cli 12 requires platform name w/ cordova run --list #258

Closed erisu closed 1 year ago

erisu commented 1 year ago

Motivation and Context

Cordova CLI 12.x requires platform name to be included with cordova run --list command

Description

Added ios to the fetching of iOS run list.

Testing

See GitHub Actions

Checklist