erisu commented on issue #98: URL: https://github.com/apache/cordova-paramedic/issues/98#issuecomment-3635118824
Closing ticket as not an issue. It maybe possible that this was an issue in the past and has been resolved since then. While running the following commands: --- ``` % npm run test-ios -- --target "iPhone-17-Pro, 26.1" ``` I saw: - Paramedic displayed: `target: iPhone-17-Pro, 26.1` - Paramedic ran command `cordova run ios` with the parameter `--target "iPhone-17-Pro, 26.1"` - `xcodebuild` ran command with the parameter `-destination "platform=iOS Simulator,name=iPhone 17 Pro"` - iPhone 17 Pro, 26.1 Simulator launched. --- ``` % npm run test-ios -- --target "iPhone-16-Pro, 18.6" ``` I saw: - Paramedic displayed: `target: iPhone-16-Pro, 18.6` - Paramedic ran command `cordova run ios` with the parameter `--target "iPhone-16-Pro, 18.6"` - `xcodebuild` ran command with the parameter `-destination "platform=iOS Simulator,name=iPhone 16 Pro"` - iPhone 16 Pro, 18.6 Simulator launched. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
